stream method
Finds Objects matching the query, streaming them while the query executes.
Results are streamed from a worker isolate in batches (the stream still returns objects one by one).
Implementation
Stream<T> stream() => _streamIsolate();
Finds Objects matching the query, streaming them while the query executes.
Results are streamed from a worker isolate in batches (the stream still returns objects one by one).
Stream<T> stream() => _streamIsolate();