menu
flutter_gb_fire_push_notifications package
documentation
domain/services/push_notifications_service.dart
PushNotificationsService
getToken abstract method
getToken abstract method
dark_mode
light_mode
getToken
abstract method
Future
<
Either
<
Failure
,
String
?
>
>
getToken
(
)
Implementation
Future<Either<Failure, String?>> getToken();
flutter_gb_fire_push_notifications package
documentation
domain/services/push_notifications_service
PushNotificationsService
getToken abstract method
PushNotificationsService class