getCustomDomainPolicy_Pre method

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

Implementation

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