menu
yb_flutter_lib_core package
documentation
cache/yb_preference.dart
YbSharePreference
getBoolCache static method
getBoolCache static method
dark_mode
light_mode
getBoolCache
static method
bool
?
getBoolCache
(
{
required
String
name
,
})
Implementation
static bool? getBoolCache({required String name}) { return _prefs.getBool(name); }
yb_flutter_lib_core package
documentation
cache/yb_preference
YbSharePreference
getBoolCache static method
YbSharePreference class