updatePassword abstract method
Update the current user's password
Requires recent authentication - call reauthenticateWithPassword first.
Implementation
Future<Either<AuthServiceSignInFailure, Unit>> updatePassword(
String newPassword,
);
Update the current user's password
Requires recent authentication - call reauthenticateWithPassword first.
Future<Either<AuthServiceSignInFailure, Unit>> updatePassword(
String newPassword,
);