sendVerifyCode method
Implementation
@override
Future<bool> sendVerifyCode(ContactType contactType, String contact) async {
return await helper
.post('/verify-code/${contactTypes[contactType]}/$contact') !=
false;
}
@override
Future<bool> sendVerifyCode(ContactType contactType, String contact) async {
return await helper
.post('/verify-code/${contactTypes[contactType]}/$contact') !=
false;
}