getListByQuery<T extends FireStoreDoc> abstract method

Future<List<T>> getListByQuery<T extends FireStoreDoc>(
  1. Query<T> query
)

A method that retrieves all documents from a Firestore collection that match a specified query.

Implementation

Future<List<T>> getListByQuery<T extends FireStoreDoc>(Query<T> query);