getListStream<T extends FireStoreDoc> abstract method

Stream<List<T>> getListStream<T extends FireStoreDoc>(
  1. CollectionReference<T> colRef
)

This method is used to fetch stream of data from collection colRef that represents the Firestore collection from which the data is retrieved.

Implementation

Stream<List<T>> getListStream<T extends FireStoreDoc>(
    CollectionReference<T> colRef);