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