CounterCubit constructor

CounterCubit()

Implementation

CounterCubit() : super() {
  // Initialize with 0
  setSuccess(0);
}