watch method

  1. @override
Stream<void> watch()
override

A Stream that fires evertime the value that this reference points to changes.

Implementation

@override
Stream<void> watch() => _watchAt(Path.root());