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