stop method

void stop()

Stops the controller.

Implementation

void stop() {
  _timers.reset();
  _isActive = false;
  notifyListeners();
}