getDomainPolicy_Pre method

Future<GetDomainPolicyResponse> getDomainPolicy_Pre(
  1. ServiceCall call,
  2. Future<GetDomainPolicyRequest> request
)

Implementation

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