app/widgets/dealer_service_notification_utils library
Extensions
- AppNotificationDisplayTextExt on AppNotification
- Extension methods on notification items
Functions
-
handleBackgroundMessage(
RemoteMessage message) → Future< void> - Handles background notification messages.
-
handleForegroundMessage(
BuildContext context, RemoteMessage message) → Future< void> - Handles background notification messages.
-
shouldProcessAppNotification(
ProviderContainer container, AppNotification notification) → Future< bool> - Returns whether the app should process the app notification, based on the user's preferences.
-
toInAppNotification(
AppNotification notification) → InAppNotification -
toSystemNotification(
AppNotification notification) → SystemAppNotification