notifications property
Stream<HyperDeckResponse>
get
notifications
Device messages that arrive without a matching command response.
Implementation
Stream<HyperDeckResponse> get notifications => _notifications.stream;