resetLockTimer method
void
resetLockTimer()
Implementation
void resetLockTimer() {
if (_state is AuthenticatedState) {
startLockTimer();
}
}
void resetLockTimer() {
if (_state is AuthenticatedState) {
startLockTimer();
}
}