removeDomain method
ResponseFuture<RemoveDomainResponse>
removeDomain(
- RemoveDomainRequest request, {
- 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);
}