FirebaseAuthAppModule class

Implemented types
Mixed in types
  • LoggingMixin

Constructors

FirebaseAuthAppModule({required Future<UserDetails> loadUserProfile(User fbUser), AccountCompleter<UserDetails>? accountCompleter, List<LoginProvider>? loginProviders})

Properties

accountCompleter AccountCompleter<UserDetails>?
final
hashCode int
The hash code for this object.
no setterinherited
loadUserProfile Future<UserDetails> Function(User fbUser)
final
log → Logger
no setterinherited
loggerName String
no setterinherited
loginProviders List<LoginProvider>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state FirebaseAuthState?
getter/setter pair

Methods

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

Operators

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