crossProbeService property

CrossProbeService? crossProbeService
final

Optional CrossProbeService for cross-probing between viewers.

When provided, overrides onSendSignals, incomingSignalPaths, and hasExternalSignalListeners with service-backed equivalents so the caller only needs to pass the service instead of wiring three separate callbacks.

Implementation

final CrossProbeService? crossProbeService;