stopAll method

void stopAll()

Implementation

void stopAll() {
  _timers.keys.toList().forEach(stop);
}