resetLockTimer method

void resetLockTimer()

Implementation

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