commandStream property

  1. @override
Stream<DeviceCommand> commandStream

A stream of incomming command that clients can listen to in cause they have custom actions that should happen for commands.

Implementation

@override
Stream<DeviceCommand> get commandStream => _commandStreamController!.stream;