notifications/notification_types library

Classes

GoToSettingsPromptInfo
Information about "go to settings" prompts shown to user.
NotificationDenialInfo
Information about when/how notification permission was denied.
NotificationFlowConfig
Configuration for the notification permission flow.
NotificationFlowStrings
Strings for the notification permission flow dialogs.
NotificationSettingsDeepLinkInfo
Information provided to the consuming app when the OS triggers a "manage notification settings" deep link.

Enums

NotificationFlowResult
Result of running the full notification permission flow.
NotificationInitResult
Result of initializing notifications.

Typedefs

NotificationSettingsDeepLinkCallback = Future<void> Function(NotificationSettingsDeepLinkInfo info)
Callback type for when the OS requests the app to show notification settings.