CJNetworkClientGetDioErrorResponseModelBlock typedef
CJNetworkClientGetDioErrorResponseModelBlock =
ResponseModel Function(String fullUrl, ErrOptions errorModel, bool? isCacheData, {required ErrOptions errOptions})
Implementation
typedef CJNetworkClientGetDioErrorResponseModelBlock = ResponseModel Function(
String fullUrl,
ErrOptions errorModel,
bool? isCacheData, {
required ErrOptions errOptions,
});