menu
gtd_helper package
documentation
helper/cached/app_shared_preferences.dart
AppSharedPreferences
putInteger static method
putInteger static method
dark_mode
light_mode
putInteger
static method
dynamic
putInteger
(
String
key
,
int
value
)
Implementation
static putInteger(String key, int value) { if (_prefs != null) _prefs!.setInt(key, value); }
gtd_helper package
documentation
helper/cached/app_shared_preferences
AppSharedPreferences
putInteger static method
AppSharedPreferences class