AppCubit constructor

AppCubit(
  1. AppState state
)

Implementation

AppCubit(AppState state) : super(state);