features/notifications/notifications library
Classes
- NotificationSettingsDialog
- Dialog for notification settings that allows user to customize what push notifications they are notified about.
- NotificationsPage
- Page that displays the user's list of notifications.
- SwitchPreferenceTile
- List tile that displays the value of a preference notifier provider and allows the user to toggel its value.
Functions
-
localizeNotificationType(
AppNotificationType type) → String - Convert the notification type into a displayable text for the UI
-
showNotificationSettingsDialog(
BuildContext context) → Future< void> - Show the notification settings dialog
Typedefs
- SettingsUpdateCallback = DealerNotificationSettingsUpdateV3Body Function(bool newValue)