menu
nowu
auth
AuthenticationService
deleteUserAccount method
deleteUserAccount
brightness_4
brightness_5
deleteUserAccount
method
Future
deleteUserAccount
(
)
Implementation
Future deleteUserAccount() async { await _apiService.deleteRequest('v1/users/me'); }
nowu
auth
AuthenticationService
deleteUserAccount method
AuthenticationService class
Constructors
AuthenticationService
Properties
currentUser
hashCode
isAuthenticated
runtimeType
token
Methods
deleteUserAccount
fetchUser
isUserLoggedIn
logout
noSuchMethod
sendSignInEmail
signInWithCode
signInWithFacebook
signInWithGoogle
toString
updateUserDetails
Operators
operator ==