authentication_bloc library Null safety

Classes

AuthenticationBloc
The Bloc used to handle authentication states. If the user is authenticated, this bloc will also inform who the user is.
AuthenticationEvent
The base event for the AuthenticationBloc.
AuthenticationLoginRequested
Someone wants to login.
AuthenticationLogoutRequested
Someone wants to logout.
AuthenticationState
The authentication state.
AuthenticationStatusChanged
The status of the user has changed. This occurs after a login/logout.