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