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.
Future<String?> get token => _pushHostApi.getToken();