authentication library Null safety

Classes

AuthenticationBloc
Manages the authentication state of the application which is used to determine things like whether or not to start the user at a login page or a home page.
AuthenticationEvent
Base class for events from AuthenticationBloc.
AuthenticationLogoutRequested
Triggered when the user logs out.
AuthenticationRequested
Triggered when the initialization of authentication verification and repository has been requested.
AuthenticationState
State emitted by AuthenticationBloc.
AuthenticationStatusChanged
Triggered when the AuthenticationStatus has changed. Contains the new AuthenticationStatus.