resendHumanPhoneVerification_Pre method

Future<ResendHumanPhoneVerificationResponse> resendHumanPhoneVerification_Pre(
  1. ServiceCall $call,
  2. Future<ResendHumanPhoneVerificationRequest> $request
)

Implementation

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