commandStream property

Stream<DeviceCommand> commandStream

Returns the stream that will fire whenever the communicator receives a command from the external driver. This may return null if the communicator is not currently active.

Implementation

Stream<DeviceCommand> get commandStream;