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