updates property

Stream<SqliteUpdate> get updates

A relayed stream of CommonDatabase.updates from the remote worker.

This stream only emits events emitted on the worker hosting the database. In DatabaseImplementations where each tab has its own worker, events from different tabs would not be reflected in the returned stream.

Updates are only sent across worker channels while a subscription to this stream is active.

Implementation

Stream<SqliteUpdate> get updates;