resendHumanPhoneVerification_Pre method
Future<ResendHumanPhoneVerificationResponse>
resendHumanPhoneVerification_Pre(
- ServiceCall call,
- Future<
ResendHumanPhoneVerificationRequest> request
Implementation
$async.Future<$0.ResendHumanPhoneVerificationResponse> resendHumanPhoneVerification_Pre($grpc.ServiceCall call, $async.Future<$0.ResendHumanPhoneVerificationRequest> request) async {
return resendHumanPhoneVerification(call, await request);
}