NotificationsDataSource class abstract
Base class for all notification datasources.
A notification datasource is responsible for fetching and updating notifications.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
fetchNotifications(
) → Future< List< Notification> > - Fetches all notifications for the currently logged in user.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateNotification(
Notification notification) → Future< Notification> -
Updates a notification by posting the updated
notification
to the server.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited