listCollections method

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

Implementation

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