getCustomDomainPolicy_Pre method

Future<GetCustomDomainPolicyResponse> getCustomDomainPolicy_Pre(
  1. ServiceCall $call,
  2. Future<GetCustomDomainPolicyRequest> $request
)

Implementation

$async.Future<$0.GetCustomDomainPolicyResponse> getCustomDomainPolicy_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.GetCustomDomainPolicyRequest> $request) async {
  return getCustomDomainPolicy($call, await $request);
}