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
Constructors
new
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
clear
containsKey
getBool
getDouble
getDynamic
getInt
getKeys
getObj
getObject
getObjectList
getObjList
getSp
getString
getStringList
haveKey
putBool
putDouble
putInt
putObject
putObjectList
putString
putStringList
reload
remove