updates property

Stream<SqliteUpdate> get updates

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

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

Implementation

Stream<SqliteUpdate> get updates;