iwfpapp
base_auth
AppAuth
resetSendPasswordResetEmailState method
resetSendPasswordResetEmailState
iwfpapp
base_auth
AppAuth
resetSendPasswordResetEmailState method
AppAuth class
Constructors
AppAuth
Properties
authState
hashCode
hasListeners
resetEmailState
runtimeType
Methods
addListener
clearAuthState
dispose
generateToken
getAuthState
getEmail
getResetEmailState
initialize
isSignedIn
noSuchMethod
notifyListeners
removeListener
resetSendPasswordResetEmailState
sendPasswordResetEmail
sendPasswordResetEmailHandler
setSignInState
setSignOutState
signInWithEmail
signInWithEmailHandler
signInWithGitHub
signInWithGitHubHandler
signInWithGoogle
signInWithGoogleHandler
signOut
signOutHandler
signUpWithEmail
signUpWithEmailHandler
toString
Operators
operator ==
resetSendPasswordResetEmailState
method
void
resetSendPasswordResetEmailState
(
)
Implementation
void resetSendPasswordResetEmailState() { resetEmailState = ResetEmailState.PENDING; }