fcmTokenFuture property

Future<String?> fcmTokenFuture

Implementation

Future<String?> get fcmTokenFuture {
  return _fbMessaging.getToken();
}