menu
auth_nav package
documentation
bloc/auth_navigation_bloc.dart
AuthNavigationBloc
setState method
setState method
dark_mode
light_mode
setState
method
void
setState
(
AuthNavigationState
state
)
Implementation
void setState(AuthNavigationState state) { emit(state); }
auth_nav package
documentation
bloc/auth_navigation_bloc
AuthNavigationBloc
setState method
AuthNavigationBloc class