providers library
Classes
- NotificationsProviderState
- Provides all Notifications for the current user.
Properties
-
notificationsController
→ AlwaysAliveRefreshable<
NotificationsProviderState> -
Exposes methods for manipulating the user's notifications.
final
-
notificationsDataSourceProvider
→ Provider<
NotificationsDataSource> -
Provides the current
NotificationsDataSource
instance.final -
notificationsProvider
→ StateNotifierProvider<
NotificationsProviderState, List< Notification> > -
Provides all notifications for the current user.
final
-
notificationsRepositoryProvider
→ Provider<
NotificationsRepository> -
Provides the current
NotificationsRepository
instance.final