AuthDatasource class abstract

Constructors

AuthDatasource()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteAccount() Future<void>
getLoggedUser() Future<LoggedUser?>
linkAccount(ProviderLogin provider) FutureOr<LoggedUser?>
loginWithAppleId() Future<LoggedUser?>
loginWithEmail(EmailCredencials credencials) Future<LoggedUser?>
loginWithFacebook() Future<LoggedUser?>
loginWithGoogle() Future<LoggedUser?>
logout() Future<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recoveryPassword(String email) Future<void>
sendEmailVerification() Future<void>
signupWithEmail(EmailCredencials credencials) Future<LoggedUser?>
toString() String
A string representation of this object.
inherited
unlinkAccount(ProviderLogin provider) Future<LoggedUser?>

Operators

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