setBypassedState method

void setBypassedState()

Sets the state to bypassed when authentication is not available

Implementation

void setBypassedState() {
  _setState(const BypassedState());
}