ProfileFunctions class abstract mixin

A mixin that contains functions for profile actions.

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

ref.read(cloudFunctionServiceProvider).updatePhoneNumber(user, phoneNumber);
Implementers

Constructors

ProfileFunctions()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateBirthday(UserModel user, String? birthday) Future<HttpsCallableResult>
Update the birthday of user.
updatePhoneNumber(UserModel user, String? phoneNumber) Future<HttpsCallableResult>
Update the phoneNumber of user.

Operators

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