stop method

void stop()

method stop to Stop controller

Implementation

void stop() {
  _cancelTimers();
}