AuthDataSource class abstract
- Implementers
Constructors
Properties
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> -
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