snapshots method

  1. @override
Stream<QuerySnapshot<T>> snapshots({
  1. bool? includeMetadataChanges = false,
})
override

Notifies of query results at this location.

Implementation

@override
_i8.Stream<_i2.QuerySnapshot<T>> snapshots({bool? includeMetadataChanges = false}) =>
    (super.noSuchMethod(Invocation.method(#snapshots, [], {#includeMetadataChanges: includeMetadataChanges}),
        returnValue: Stream<_i2.QuerySnapshot<T>>.empty()) as _i8.Stream<_i2.QuerySnapshot<T>>);