getListStream<T extends FireStoreDoc>  abstract method 
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);