UserDataSource class abstract

Bser class for all data sources for Users.

Implementers

Constructors

UserDataSource()

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

deleteUser(User user) Future<void>
Deletes the user from the server.
fetchAllUsers() Future<List<User>>
Fetches all users.
fetchCurrentUser() Future<User>
Fetches the current user.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateUser(User user) Future<User>
Sends the user to the server and returns the updated User from the server.

Operators

operator ==(Object other) bool
The equality operator.
inherited