commits property
Stream<void>
get
commits
A relayed stream of events triggered by commits 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<void> get commits;