snapshots method

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

Notifies of query results at this location

Implementation

Stream<QuerySnapshotPlatform> snapshots({
  bool includeMetadataChanges = false,
}) {
  throw UnimplementedError('snapshots() is not implemented');
}