AuthHandler class abstract
- Implementers
Constructors
- AuthHandler({required AuthRepository repository})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- repository → AuthRepository
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uid → String?
-
no setter
- user → User?
-
no setter
Methods
-
isSignIn(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signInWithBiometric(
) → Future< Response< bool> > -
signInWithEmailNPassword(
{required String email, required String password}) → Future< Response< UserCredential> > -
signInWithFacebook(
) → Future< Response< Credential> > -
signInWithGoogle(
) → Future< Response< Credential> > -
signOut(
) → Future< Response< void> > -
signUpWithCredential(
{required AuthCredential credential}) → Future< Response< UserCredential> > -
signUpWithEmailNPassword(
{required String email, required String password}) → Future< Response< UserCredential> > -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited