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