有谁知道如何使用 dio 缓存拦截器包中的密码功能来处理flutter?
final options = const CacheOptions(
store: MemCacheStore(),
policy: CachePolicy.request,
hitCacheOnErrorExcept: [401, 403],
maxStale: const Duration(days: 7),
priority: CachePriority.normal,
cipher: null,
keyBuilder: CacheOptions.defaultCacheKeyBuilder,
allowPostMethod: false,
);
如果有人可以向我展示一个简单的代码片段,其中包含我可以在这个包上使用的加密和解密方法。这将是惊人的。谢谢你