resendHumanPhoneVerification_Pre method

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

Implementation

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