AuthUnauthenticated constructor

const AuthUnauthenticated({
  1. bool isStartupState = false,
})

Implementation

const AuthUnauthenticated({
  super.isStartupState,
});