dio_cache_interceptor
dio_cache_interceptor copied to clipboard
Made callFollowingResponseInterceptor configurable through CacheOptions
Hello
It would be really nice if we can make callFollowingResponseInterceptor
of the handler
method configurable. I saw that you made it default to true in response to a request from one of the issues.
The problem that I have now, however, is that when it defaults to true and is not configurable, I am performing some 300+ milliseconds operations that I could have otherwise skipped (in my case).
Please consider merging this PR, or making the parameter configurable somehow, that'd help us a lot. Thank you!
Khong