menu
jtech_base package
documentation
tool/cache.dart
LocalCache
getInt method
getInt method
dark_mode
light_mode
getInt
method
int
?
getInt
(
String
key
)
Implementation
int? getInt(String key) { if (!_check(key)) return null; return sp.getInt(key); }
jtech_base package
documentation
tool/cache
LocalCache
getInt method
LocalCache class