menu
cutils package
documentation
sp/sp_util.dart
SpUtil
getKeys method
getKeys method
dark_mode
light_mode
getKeys
method
Set
<
String
>
?
getKeys
(
)
获取所有键
Implementation
Set<String>? getKeys() { return _prefs?.getKeys(); }
cutils package
documentation
sp/sp_util
SpUtil
getKeys method
SpUtil class