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