login_view library Null safety
Classes
- LoginForm
- The form which allows a user to login with an existing account, or switch to the RegisterView to create a new account.
- LoginView
- A view which displays a LoginForm if there is no logged in user, otherwise it displays a HomeView if there is a logged in user.