resendOtp method
Implementation
@override
Future<AuthResult<void>> resendOtp(String contact, AuthMethod method) async {
return sendOtp(contact, method);
}
@override
Future<AuthResult<void>> resendOtp(String contact, AuthMethod method) async {
return sendOtp(contact, method);
}