showLockScreen method

void showLockScreen()

Implementation

void showLockScreen() {
  _setState(const LockScreenState());
}