menu
alertoon_flutter package
documentation
notification_project_flutter.dart
NotificationProjectFlutter
getToken method
getToken method
dark_mode
light_mode
getToken
method
Future
<
String
?
>
getToken
(
)
Get FCM token
Implementation
Future<String?> getToken() async { return await _platform.getToken(); }
alertoon_flutter package
documentation
notification_project_flutter
NotificationProjectFlutter
getToken method
NotificationProjectFlutter class