removeDomain method

ResponseFuture<RemoveDomainResponse> removeDomain(
  1. RemoveDomainRequest request, {
  2. CallOptions? options,
})

Removes the domain of an instance

Deprecated: Use RemoveDomain instead to remove a custom domain from the instance in context

Implementation

$grpc.ResponseFuture<$0.RemoveDomainResponse> removeDomain(
  $0.RemoveDomainRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$removeDomain, request, options: options);
}