onMetadataChangesSnapshot property
Stream<DocumentSnapshot>
get
onMetadataChangesSnapshot
Attaches a listener for DocumentSnapshot events
with {includeMetadataChanges: true}
- raise an event even if only
metadata of the document changed. Default is false
.
Implementation
Stream<DocumentSnapshot> get onMetadataChangesSnapshot =>
_onMetadataController.stream;