stop method

void stop()

Implementation

void stop() {
  cleanup();
  timer.cancel();
}