getList<T extends FireStoreDoc> abstract method
A method that retrieves all documents from a Firestore
collection specified by a colRef
Implementation
Future<List<T>> getList<T extends FireStoreDoc>(
CollectionReference<T> colRef,
);