FRAuthRepository class

Implemented types

Constructors

FRAuthRepository()

Properties

auth → FirebaseAuth
final
authStateChange Stream<User?>
no setteroverride
currentUser → User?
no setteroverride
functions → FirebaseFunctions
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendSmsToLogin(String phoneNumber, dynamic callback(String)) Future<void>
override
signOut() Future<void>
override
toString() String
A string representation of this object.
inherited
verifyNumber(String phoneNumber, String code) Future<UserCredential?>
override

Operators

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