ApiResponseCubit constructor

ApiResponseCubit(
  1. StandardScreenResponseCubit standardScreenResponseCubit
)

Implementation

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