AuthModule<U extends Object> class abstract

Implementers

Constructors

AuthModule()

Properties

hashCode int
The hash code for this object.
no setterinherited
loginProviders Iterable<LoginProvider>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getInitialUser() Future<AuthUserProfile?>
initializeState(AuthUserProfile? initialProfile, Stream<ErrorStack> appErrors) IAuthState
loadProfile(U user) Future<UserDetails>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signOut(BuildContext context) FutureOr
toString() String
A string representation of this object.
inherited

Operators

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