smartrider
authentication_repository
AuthRepository
getUser method
getUser
smartrider
authentication_repository
AuthRepository
getUser method
AuthRepository class
Constructors
AuthRepository
Properties
hashCode
runtimeType
Methods
getActualUser
getUser
isSignedIn
noSuchMethod
signInWithCredentials
signOut
signUp
toString
Operators
operator ==
getUser
method
Future
<
String
>
getUser
(
)
Implementation
Future<String> getUser() async { return (await _firebaseAuth.currentUser()).email; }