snapshots abstract method

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

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

Stream<DocumentSnapshot<T>> snapshots({bool includeMetadataChanges = false});