stateUpdates property

Stream<BroadcastState> get stateUpdates

stream of state updates
updates are sent when a relay responds, the whole state is sent
if you call .listen() the last state is sent immediately

Implementation

Stream<BroadcastState> get stateUpdates => _stateUpdatesController.stream;