resetAttempts method
void
resetAttempts()
Reset attempts on successful verification.
Implementation
void resetAttempts() {
_attempts = 0;
_lockoutUntil = null;
}
Reset attempts on successful verification.
void resetAttempts() {
_attempts = 0;
_lockoutUntil = null;
}