startTrackingAutomation static method

void startTrackingAutomation()

Enables automation rules for tracking profiles.

Implementation

static void startTrackingAutomation() {
  _profileManager?.startAutomation();
}