features/notifications/widgets/notification_settings library
Classes
- NotificationSettingsDialog
- Dialog for notification settings that allows user to customize what push notifications they are notified about.
- SwitchPreferenceTile
- List tile that displays the value of a preference notifier provider and allows the user to toggel its value.
Functions
-
showNotificationSettingsDialog(
BuildContext context) → Future< void> - Show the notification settings dialog
Typedefs
- SettingsUpdateCallback = DealerNotificationSettingsUpdateV3Body Function(bool newValue)