stopPeriodicFlush method
void
stopPeriodicFlush()
Stops the periodic flush timer.
Implementation
void stopPeriodicFlush() {
_flushTimer?.cancel();
_flushTimer = null;
}
Stops the periodic flush timer.
void stopPeriodicFlush() {
_flushTimer?.cancel();
_flushTimer = null;
}