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