resendOtp_Pre method
Implementation
$async.Future<$0.ResendOtpReply> resendOtp_Pre($grpc.ServiceCall call, $async.Future<$0.ResendOtpRequest> request) async {
return resendOtp(call, await request);
}
$async.Future<$0.ResendOtpReply> resendOtp_Pre($grpc.ServiceCall call, $async.Future<$0.ResendOtpRequest> request) async {
return resendOtp(call, await request);
}