setBypassedState method
void
setBypassedState()
Sets the state to bypassed when authentication is not available
Implementation
void setBypassedState() {
_setState(const BypassedState());
}
Sets the state to bypassed when authentication is not available
void setBypassedState() {
_setState(const BypassedState());
}