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