stop method
void
stop()
Stop periodic flushing
Implementation
void stop() {
dbLogger.info('>>>> STOP Scheduler');
_timer?.cancel();
_timer = null;
}
Stop periodic flushing
void stop() {
dbLogger.info('>>>> STOP Scheduler');
_timer?.cancel();
_timer = null;
}