getCollectionStream<Model extends BaseModel> abstract method

Stream<List<Model>> getCollectionStream<Model extends BaseModel>(
  1. String path, {
  2. List<QueryType>? where,
  3. Map<String, bool>? orderby,
  4. int? limit,
})

Implementation

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