LocusProfiles class

Tracking Profiles management.

Constructors

LocusProfiles()

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

currentTrackingProfile TrackingProfile?
no setter

Static Methods

clearTrackingProfiles() → void
Clears tracking profiles and automation rules.
setTrackingProfile(TrackingProfile profile) Future<void>
Applies a specific tracking profile.
setTrackingProfiles(Map<TrackingProfile, Config> profiles, {TrackingProfile? initialProfile, List<TrackingProfileRule> rules = const [], bool enableAutomation = false}) Future<void>
Registers tracking profiles and optional automation rules.
startTrackingAutomation() → void
Enables automation rules for tracking profiles.
stopTrackingAutomation() → void
Disables automation rules for tracking profiles.