get method

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

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
_i8.Future<_i2.QuerySnapshot<T>> get([_i11.GetOptions? options]) => (super.noSuchMethod(Invocation.method(#get, [options]),
    returnValue: Future<_i2.QuerySnapshot<T>>.value(_FakeQuerySnapshot<T>())) as _i8.Future<_i2.QuerySnapshot<T>>);