stopAutoClearTimer method

void stopAutoClearTimer()

Stops the auto-clear timer.

Implementation

void stopAutoClearTimer() {
  _autoClearTimer?.cancel();
  _autoClearTimer = null;
}