updatePassword abstract method
Changes the user's password in the service using email, password,
newPassword and jwt
Implementation
Future<Response> updatePassword(
String email, String password, String newPassword, String jwt);
Changes the user's password in the service using email, password,
newPassword and jwt
Future<Response> updatePassword(
String email, String password, String newPassword, String jwt);