RetrieverFunctions class abstract mixin

A mixin that contains functions for retrieving user data.

The functions are used in the CloudFunctionService class. You can call functions from this mixin as follows:

ref.read(cloudFunctionServiceProvider).getUsers();
Implementers

Constructors

RetrieverFunctions()

Properties

hashCode int
The hash code for this object.
no setterinherited
instance FirebaseFunctions
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getUsers() Future<List<UserModel>>
Retrieve all users from the database.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepareJson(Map json) Map<String, dynamic>
Prepare the JSON to be used in the UserModel.fromJson method.
toString() String
A string representation of this object.
inherited

Operators

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