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