removeCustomDomain_Pre method

Future<RemoveCustomDomainResponse> removeCustomDomain_Pre(
  1. ServiceCall $call,
  2. Future<RemoveCustomDomainRequest> $request
)

Implementation

$async.Future<$0.RemoveCustomDomainResponse> removeCustomDomain_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.RemoveCustomDomainRequest> $request) async {
  return removeCustomDomain($call, await $request);
}