incomingSignals property
The most recent incoming signal paths received from OTHER viewers.
Updated whenever another viewer broadcasts a selection while
isActive is true. null until the first message arrives.
Implementation
ValueNotifier<List<String>?> get incomingSignals;