LocusAdaptive class
Adaptive Tracking Logic.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- adaptiveTrackingConfig → AdaptiveTrackingConfig?
-
Gets the current adaptive tracking configuration.
no setter
- isEnabled → bool
-
no setter
Static Methods
-
calculateAdaptiveSettings(
) → Future< AdaptiveSettings> - Calculates optimal settings based on current conditions.
-
evaluateAdaptiveSettings(
) → Future< void> - Evaluates current conditions and updates tracking settings if needed.
-
setAdaptiveTracking(
AdaptiveTrackingConfig config) → Future< void> - Sets adaptive tracking configuration.
-
startAdaptiveTracking(
) → void -
stopAdaptiveTracking(
) → void