HttpUserRequests extension
- on
Methods
-
addFirebaseNotificationKey(
String key) → Future< void> -
Available on Http, provided by the HttpUserRequests extension
-
deleteAccount(
) → Future< bool> -
Available on Http, provided by the HttpUserRequests extension
-
doLogin(
String mail, String pswd) → Future< bool> -
Available on Http, provided by the HttpUserRequests extension
-
doLoginWithApple(
String token) → Future< bool> -
Available on Http, provided by the HttpUserRequests extension
-
doLoginWithGoogle(
String token) → Future< bool> -
Available on Http, provided by the HttpUserRequests extension
-
doLoginWithId(
int accountId) → Future< bool> -
Available on Http, provided by the HttpUserRequests extension
-
editPassword(
String oldPassword, String newPassword, String confirmNewPassword) → Future< bool> -
Available on Http, provided by the HttpUserRequests extension
-
getUser(
) → Future< Account?> -
Available on Http, provided by the HttpUserRequests extension
-
logout(
) → void -
Available on Http, provided by the HttpUserRequests extension
-
recoverPassword(
String email) → Future< bool> -
Available on Http, provided by the HttpUserRequests extension
-
recoverPasswordWithOtp(
String email, String otp, String newPassword, String confirmNewPassword) → Future< bool> -
Available on Http, provided by the HttpUserRequests extension
-
refreshToken(
) → Future< bool> -
Available on Http, provided by the HttpUserRequests extension
-
register(
Account c) → Future< Account?> -
Available on Http, provided by the HttpUserRequests extension
-
updateAccount(
Account account) → Future< Account?> -
Available on Http, provided by the HttpUserRequests extension