AuthProvider class abstract

Implementers

Constructors

AuthProvider()

Properties

authStateChanged Stream<AuthUser>
no setter
currentAuthUser AuthUser
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userChanges Stream<AuthUser>
no setter

Methods

deleteCurrentUser() Future?
emailPasswordSignIn(LoginCredentials credentials) Future<String?>
returns Error message. Returns null if was successful
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signOut() Future
toString() String
A string representation of this object.
inherited
updateDisplayName(String? name) Future<AuthUser?>

Operators

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