statusEvents property

Stream<DeviceStatus> statusEvents

The stream of status events for this device.

Implementation

Stream<DeviceStatus> get statusEvents => _eventController.stream;