changes property

Stream<void> get changes

Stream of change notifications

Implementation

Stream<void> get changes => _client
    .subscribe(RequestSessionSubscribeToStateMonitor(path: _path))
    .map((_) {});