CounterCubit constructor

CounterCubit()

Implementation

CounterCubit() {
  setSuccess(0);
}