menu
zw_basic package
documentation
http/cache/CacheManager.dart
CacheManager
isAppCache method
isAppCache method
dark_mode
light_mode
isAppCache
method
bool
isAppCache
(
)
是否是APP缓存
Implementation
bool isAppCache() => isAndroid() || isIOS();
zw_basic package
documentation
http/cache/CacheManager
CacheManager
isAppCache method
CacheManager class