FirebaseAuthServiceFamily class

Constructors

FirebaseAuthServiceFamily()
See also FirebaseAuthService.
const

Properties

allTransitiveDependencies Iterable<ProviderOrFamily>?
no setter
dependencies Iterable<ProviderOrFamily>?
no setter
hashCode int
The hash code for this object.
no setterinherited
name String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call<T extends BaseModel>() FirebaseAuthServiceProvider<T>
See also FirebaseAuthService.
getProviderOverride(covariant FirebaseAuthServiceProvider<BaseModel> provider) FirebaseAuthServiceProvider<BaseModel>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
overrideWith(FirebaseAuthService<BaseModel> create()) → Override
Enables overriding the behavior of this provider, no matter the parameters.
toString() String
A string representation of this object.
inherited

Operators

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