menu
lowder package
documentation
bloc/base_bloc.dart
GlobalBloc
emitState static method
emitState static method
dark_mode
light_mode
emitState
static method
dynamic
emitState
(
BaseState
state
)
Implementation
static emitState(BaseState state) => GlobalBloc().add(EmitState(state));
lowder package
documentation
bloc/base_bloc
GlobalBloc
emitState static method
GlobalBloc class