commits property
Stream<void>
get
commits
A relayed stream of events triggered by commits from the remote worker.
Updates are only sent across worker channels while a subscription to this stream is active.
Implementation
Stream<void> get commits;