menu
eyf_cache package
documentation
memory_storage.dart
MemoryStorage
getInt method
getInt method
dark_mode
light_mode
getInt
method
int
getInt
(
String
key
)
获取缓存int
key
cache key
Implementation
int getInt(String key) { num value = getNum(key); return value.toInt(); }
eyf_cache package
documentation
memory_storage
MemoryStorage
getInt method
MemoryStorage class