listCollections method

ResponseFuture<Value> listCollections(
  1. ListCollectionsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.Value> listCollections(
    $1.ListCollectionsRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$listCollections, request, options: options);
}