getDomainPolicy_Pre method
Future<GetDomainPolicyResponse>
getDomainPolicy_Pre(
- ServiceCall $call,
- Future<
GetDomainPolicyRequest> $request
Implementation
$async.Future<$0.GetDomainPolicyResponse> getDomainPolicy_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.GetDomainPolicyRequest> $request) async {
return getDomainPolicy($call, await $request);
}