snapshots method

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

Notifies of documents at this location

Implementation

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