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