MainCubit constructor

MainCubit()

Implementation

MainCubit() : super(MainInitial()) {
  CCBloc.register(this);
}