token property

DeviceToken? get token

Returns the DeviceToken of this device, if any.

Implementation

DeviceToken? get token => _notificationService?.token;