menu
kommon package
documentation
tool/sp_util.dart
SpUtil
getKeys static method
getKeys static method
dark_mode
light_mode
getKeys
static method
Set
<
String
>
getKeys
(
)
获取所有Key
Implementation
static Set<String> getKeys() { return _prefs?.getKeys() as Set<String>; }
kommon package
documentation
tool/sp_util
SpUtil
getKeys static method
SpUtil class