responses property

Stream<HyperDeckResponse> get responses

All complete messages received from the device.

Implementation

Stream<HyperDeckResponse> get responses => _responses.stream;