stopPeriodicFlush method

void stopPeriodicFlush()

Stops the periodic flush timer.

Implementation

void stopPeriodicFlush() {
  _flushTimer?.cancel();
  _flushTimer = null;
}