CJNetworkClientGetFailureResponseModelBlock typedef
CJNetworkClientGetFailureResponseModelBlock =
ResponseModel Function(String fullUrl, int statusCode, dynamic responseObject, bool? isCacheData, {required ResOptions resOptions})
Implementation
typedef CJNetworkClientGetFailureResponseModelBlock = ResponseModel Function(
String fullUrl,
int statusCode,
dynamic responseObject,
bool? isCacheData, {
required ResOptions resOptions,
});