resendHumanPhoneVerification method

ResponseFuture<ResendHumanPhoneVerificationResponse> resendHumanPhoneVerification(
  1. ResendHumanPhoneVerificationRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.ResendHumanPhoneVerificationResponse>
    resendHumanPhoneVerification(
        $1.ResendHumanPhoneVerificationRequest request,
        {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$resendHumanPhoneVerification, request,
      options: options);
}