updateCubit method

void updateCubit(
  1. CubitEntity cubit
)

Implementation

void updateCubit(CubitEntity cubit) {
  emit(cubit);
}