getCustomDomainPolicy_Pre method

Future<GetCustomDomainPolicyResponse> getCustomDomainPolicy_Pre(
  1. ServiceCall call,
  2. Future<GetCustomDomainPolicyRequest> request
)

Implementation

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