watch abstract method

Stream<void> watch()

Returns a broadcast stream of all changes to the box. This should mainly be used to be notified of changes in background isolates.

Implementation

Stream<void> watch();