stopAutoClearTimer method
void
stopAutoClearTimer()
Stops the auto-clear timer.
Implementation
void stopAutoClearTimer() {
_autoClearTimer?.cancel();
_autoClearTimer = null;
}
Stops the auto-clear timer.
void stopAutoClearTimer() {
_autoClearTimer?.cancel();
_autoClearTimer = null;
}