collectionExists method
ResponseFuture<CollectionExistsResponse>
collectionExists(
- CollectionExistsRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.CollectionExistsResponse> collectionExists($1.CollectionExistsRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$collectionExists, request, options: options);
}