get 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
@override
Future<QuerySnapshot<Map<String, dynamic>>> get([GetOptions? options]) {
// TODO: implement get
throw UnimplementedError();
}