snapshots method

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

Notifies of document updates at this location.

An initial event is immediately sent, and further events will be sent whenever the document is modified.

Implementation

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