AuthenticationState.unauthenticated constructor Null safety
Create a new AuthenticationState but no user is logged in.
Implementation
const AuthenticationState.unauthenticated()
: status = AuthenticationStatus.unauthenticated, user = const User.empty();