snapshots method

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

Notifies of documents at this location

Implementation

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