stopAutomation method

void stopAutomation()

Implementation

void stopAutomation() {
  _subscription?.cancel();
  _subscription = null;
}