updateCustomDomainPolicy_Pre method
Future<UpdateCustomDomainPolicyResponse>
updateCustomDomainPolicy_Pre(
- ServiceCall $call,
- Future<
UpdateCustomDomainPolicyRequest> $request
Implementation
$async.Future<$0.UpdateCustomDomainPolicyResponse>
updateCustomDomainPolicy_Pre($grpc.ServiceCall $call,
$async.Future<$0.UpdateCustomDomainPolicyRequest> $request) async {
return updateCustomDomainPolicy($call, await $request);
}