llfbandit / dio_cache_interceptor

Dio HTTP cache interceptor with multiple stores respecting HTTP directives (ETag, Last-Modified, Cache-Control) with options.
https://pub.dev/packages/dio_cache_interceptor
119 stars 70 forks source link

Use `Future<void>` instead of `void` for the interceptor #149

Closed AlexV525 closed 6 months ago

AlexV525 commented 6 months ago

upstream: https://github.com/cfug/dio/issues/2167

AlexV525 commented 6 months ago

Closing as it doesn't help to solve the issue.