StdNotificationsRepository class
Standard implementation of NotificationsRepository.
- Inheritance
-
- Object
- NotificationsRepository
- StdNotificationsRepository
Constructors
- StdNotificationsRepository(NotificationsDataSource notificationsDataSource)
- Standard implementation of NotificationsRepository.
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- notificationsDataSource → NotificationsDataSource
-
The NotificationsDataSource to use for fetching and updating notifications.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
filterNotifications(
List< Notification> notifications, {NotificationType? type, bool? read}) → List<Notification> -
Filters the given
notifications
based ontype
andread
status.override -
getNotifications(
) → Future< List< Notification> > -
Returns all notifications for the currently logged in user.
override
-
markAllNotificationsAsRead(
) → Future< List< Notification> > -
Marks all notifications as read for the currently logged in user.
override
-
markNotificationAsRead(
Notification notification) → Future< Notification> -
Marks the given
notification
as read.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited