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