menu
glorysoft_mobile_plugin package
documentation
tool/utils/shared_preferences_util.dart
SpUtil
putInt static method
putInt static method
dark_mode
light_mode
putInt
static method
Future
<
bool
>
?
putInt
(
String
key
,
int
value
)
put int.
Implementation
static Future<bool>? putInt(String key, int value) { return _prefs.setInt(key, value); }
glorysoft_mobile_plugin package
documentation
tool/utils/shared_preferences_util
SpUtil
putInt static method
SpUtil class