When I use Dio to download a file, dio_cache_interceptor throws an error: Unhandled Exception: Unsupported operation: Response type not supported : ResponseType.stream. #155
How should dio_cache_interceptor be configured to ignore the ResponseType.stream type? I haven't found the corresponding configuration. I am using the dio.download method to download files.
How should dio_cache_interceptor be configured to ignore the ResponseType.stream type? I haven't found the corresponding configuration. I am using the dio.download method to download files.
dio download code: