NullCrossProbeService class

A no-op CrossProbeService for standalone or offline contexts where cross-probing between viewers is not available.

isActive is always false; send is a no-op; incomingSignals never changes.

Implemented types

Constructors

NullCrossProbeService()

Properties

hashCode int
The hash code for this object.
no setterinherited
incomingSignals ValueNotifier<List<String>?>
The most recent incoming signal paths received from OTHER viewers.
final
isActive ValueNotifier<bool>
Whether cross-probing is currently active.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Release all resources held by this service.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send(List<String> signalPaths, {required String source}) → void
Broadcast signalPaths from this viewer (source) to all others.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited