get abstract method

Future<QuerySnapshot<T>> get([
  1. GetOptions? options
])

Fetch the documents for this query.

To modify how the query is fetched, the options parameter can be provided with a GetOptions instance.

Implementation

Future<QuerySnapshot<T>> get([GetOptions? options]);