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