changePasswordByVerifyCode abstract method

Future<bool> changePasswordByVerifyCode(
  1. String password,
  2. ContactType contactType,
  3. String contact,
  4. String verifyCode, {
  5. HandleError? onError,
})

Implementation

Future<bool> changePasswordByVerifyCode(
  String password,
  ContactType contactType,
  String contact,
  String verifyCode, {
  HandleError? onError,
});