get abstract method
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]);
Fetch the documents for this query.
To modify how the query is fetched, the options
parameter can be provided
with a GetOptions instance.
Future<QuerySnapshot<T>> get([GetOptions? options]);