getCollectionStream<Model extends BaseModel> abstract method
Implementation
Stream<List<Model>> getCollectionStream<Model extends BaseModel>(
String path, {
List<QueryType>? where,
Map<String, bool>? orderby,
int? limit,
});