resetPassword abstract method
Implementation
Future<BaseResetPasswordResponse> resetPassword({
required String password,
required String token,
});
Future<BaseResetPasswordResponse> resetPassword({
required String password,
required String token,
});