AuthCreateDeleteFunctions class abstract mixin

A mixin providing functions for creating and deleting users.

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

ref.read(authServiceProvider).signUp(name, email, password);
Implementers

Constructors

AuthCreateDeleteFunctions()

Properties

hashCode int
The hash code for this object.
no setterinherited
instance FirebaseAuth
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
signUp({required String? name, required String email, required String password}) Future<User?>
toString() String
A string representation of this object.
inherited

Operators

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