menu
otium_ecommerce
presentation/app/authentication_bloc/authentication_bloc.dart
AuthenticationBloc
isAuthenticated property
isAuthenticated
dark_mode
light_mode
isAuthenticated
property
bool
isAuthenticated
Implementation
bool get isAuthenticated => state.status == AuthenticationStatus.authenticated;
otium_ecommerce
authentication_bloc
AuthenticationBloc
isAuthenticated property
AuthenticationBloc class