snapshots method Null safety
- {bool includeMetadataChanges = false}
Notifies of query results at this location.
Implementation
Stream<QuerySnapshot<T>> snapshots({bool includeMetadataChanges = false});
Notifies of query results at this location.
Stream<QuerySnapshot<T>> snapshots({bool includeMetadataChanges = false});