get method
Executes the query and returns the results as a QuerySnapshot.
Returns non-null Future that will be resolved with the results of the query.
Implementation
Future<QuerySnapshot> get() =>
handleThenable(jsObject.get()).then(QuerySnapshot.getInstance);