getDomainPolicy_Pre method

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

Implementation

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