resetAutoClearTimer method

void resetAutoClearTimer()

Resets the auto-clear timer.

Call this whenever the user interacts with the PIN input to prevent auto-clearing during active use.

Implementation

void resetAutoClearTimer() {
  _autoClearTimer?.cancel();
}