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