CounterCubit constructor

CounterCubit()

Implementation

CounterCubit() : super(CounterState(objectBoxCount: 0, firebaseCount: 0));