resetPassword abstract method

Future<BaseResetPasswordResponse> resetPassword({
  1. required String password,
  2. required String token,
})

Implementation

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