stopTrackingAutomation static method
Disables automation rules for tracking profiles.
Implementation
static void stopTrackingAutomation() {
_profileManager?.stopAutomation();
}
Disables automation rules for tracking profiles.
static void stopTrackingAutomation() {
_profileManager?.stopAutomation();
}