menu
glorysoft_mobile_plugin package
documentation
tool/utils/shared_preferences_util.dart
SpUtil
remove static method
remove static method
dark_mode
light_mode
remove
static method
Future
<
bool
>
?
remove
(
String
key
)
remove.
Implementation
static
Future<
bool
>? remove(
String
key) {
return
_prefs.remove(key); }
glorysoft_mobile_plugin package
documentation
tool/utils/shared_preferences_util
SpUtil
remove 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