existsDomain method

ResponseFuture<ExistsDomainResponse> existsDomain(
  1. ExistsDomainRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$3.ExistsDomainResponse> existsDomain($3.ExistsDomainRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$existsDomain, request, options: options);
}