domain library
Classes
- Notification
- A notification that is sent to the user.
- NotificationsDataSource
- Base class for all notification datasources.
- NotificationsProviderState
- Provides all Notifications for the current user.
- NotificationsRepository
- Base class for all notification repositories.
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
Enums
- NotificationType
- Notification types