addCustomDomainPolicy_Pre method

Future<AddCustomDomainPolicyResponse> addCustomDomainPolicy_Pre(
  1. ServiceCall $call,
  2. Future<AddCustomDomainPolicyRequest> $request
)

Implementation

$async.Future<$0.AddCustomDomainPolicyResponse> addCustomDomainPolicy_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.AddCustomDomainPolicyRequest> $request) async {
  return addCustomDomainPolicy($call, await $request);
}