AuthDataSourceImpl class

Inheritance

Constructors

AuthDataSourceImpl({required FacebookAuth facebookAuth, required FirebaseAuth firebaseAuth, required LocalAuthentication localAuth})

Properties

facebookAuth → FacebookAuth
final
firebaseAuth → FirebaseAuth
final
hashCode int
The hash code for this object.
no setterinherited
localAuth → LocalAuthentication
final
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