menu
flutter_ho_cache package
documentation
HoCache.dart
Hocache
setInt method
setInt method
dark_mode
light_mode
setInt
method
dynamic
setInt
(
String
key
,
int
value
)
Implementation
setInt(String key, int value) { prefs?.setInt(key, value); }
flutter_ho_cache package
documentation
HoCache
Hocache
setInt method
Hocache class