blob: 1be2aecb0d3fba75935ac6fadb8732017edce6a4 [file] [log] [blame] [view] [edit]
# stateChanges property
Stream<[InterfaceState](../../package-fidl_fidl/InterfaceState.md)> stateChanges
_<span class="feature inherited">inherited</span>_
<p>A stream of state changes.</p>
## Implementation
```dart
Stream<InterfaceState> get stateChanges => _streamController.stream;
```