watch method

Stream<List<V>> watch()

Stream of all stored entries that emits on any change of any resource.

Implementation

Stream<List<V>> watch() => storage.watch();