token property

Future<String?> token

Get the token identifying the device for push notifications.

On Android, this is the FCM registration token On iOS, this is the APNs device token.

Implementation

Future<String?> get token => _pushHostApi.getToken();