AuthenticationState constructor
const
AuthenticationState({
- bool isStartupState = false,
Implementation
const AuthenticationState({
this.isStartupState = false,
});
const AuthenticationState({
this.isStartupState = false,
});