shared/values/preferences library
Properties
-
showConnectionNotificationsPrefProvider
→ StateNotifierProvider<
PreferenceNotifier< bool> , bool> -
Provides the user's preference for showing connection notifications
final
-
showEmailNotificationsPrefProvider
→ StateNotifierProvider<
PreferenceNotifier< bool> , bool> -
Provides the user's preference for showing notice notifications
final
-
showGeneratorRunningNotificationsPrefProvider
→ StateNotifierProvider<
PreferenceNotifier< bool> , bool> -
Provides the user's preference for showing generator running notifications
final
-
showLongRunningNotificationsPrefProvider
→ StateNotifierProvider<
PreferenceNotifier< bool> , bool> -
Provides the user's preference for showing long-running (8+ hour)
generator notifications
final
-
showMaintenanceNotificationsPrefProvider
→ StateNotifierProvider<
PreferenceNotifier< bool> , bool> -
Provides the user's preference for showing maintenance
reminder notifications
final
-
showNoticeNotificationsPrefProvider
→ StateNotifierProvider<
PreferenceNotifier< bool> , bool> -
Provides the user's preference for showing notice notifications
final
-
showShutdownNotificationsPrefProvider
→ StateNotifierProvider<
PreferenceNotifier< bool> , bool> -
Provides the user's preference for showing shutdown notifications
final
-
showWarningNotificationsPrefProvider
→ StateNotifierProvider<
PreferenceNotifier< bool> , bool> -
Provides the user's preference for showing warning notifications
final
-
themeModePrefProvider
→ StateNotifierProvider<
PreferenceNotifier< ThemeMode> , ThemeMode> -
Provides the user's preferred theme mode.
final