responses property
Stream<HyperDeckResponse>
get
responses
All complete messages received from the device.
Implementation
Stream<HyperDeckResponse> get responses => _responses.stream;
All complete messages received from the device.
Stream<HyperDeckResponse> get responses => _responses.stream;