menu
tadamon
features/counter_manager/logic/counter_cubit.dart
CounterCubit
CounterCubit.new constructor
CounterCubit.new
dark_mode
light_mode
CounterCubit
constructor
CounterCubit
(
)
Implementation
CounterCubit() : super(CounterState(objectBoxCount: 0, firebaseCount: 0));
tadamon
counter_cubit
CounterCubit
CounterCubit.new constructor
CounterCubit class