stop method

void stop()

Stop periodic flushing

Implementation

void stop() {
  dbLogger.info('>>>> STOP Scheduler');
  _timer?.cancel();
  _timer = null;
}