Manasmd
Manasmd
ok I installed the latest version of the package and it seems to be working fine now. My project was using "dio: ^4.0.0" I changed it to "dio: ^4.0.6" so...
Yes, this would be great! I actually tried overriding the response body, however, it's not working: ``` @override Future interceptResponse({required ResponseData data}) async { ResponseData newData = data; newData.body =...
Do we have a fix from the package itself without having to change the IOS code for this?