clearAllCache function
void
clearAllCache()
清空所有缓存(便捷函数)
clearAllCache();
Implementation
void clearAllCache() => RequestCache.clear();
清空所有缓存(便捷函数)
clearAllCache();
void clearAllCache() => RequestCache.clear();