push_platform_interface library

Classes

Notification
Push
The interface that implementations of push must implement.
PushFlutterHandlers
RemoteMessage
UNNotificationSettings
The object for reading notification-related settings and the authorization status of your app.

Enums

UNAlertStyle
The type of notification the user will see
UNAuthorizationStatus
iOS UN (UserNotification) symbols
UNNotificationSetting
The current configuration of a notification setting

Typedefs

MessageHandler = FutureOr<void> Function(RemoteMessage message)
NotificationTapHandler = FutureOr<void> Function(Map<String?, Object?> body)
TokenHandler = FutureOr<void> Function(String token)