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