ApiResponseCubit constructor
ApiResponseCubit(
- StandardScreenResponseCubit standardScreenResponseCubit
Implementation
ApiResponseCubit(this.standardScreenResponseCubit)
: super(ApiResponseState(responseState: RequestState.initial, actionFunction: null));