menu
kommon package
documentation
tool/sp_util.dart
SpUtil
remove static method
remove static method
dark_mode
light_mode
remove
static method
Future
<
bool
>
?
remove
(
String
key
)
移除指定key缓存
Implementation
static Future<bool>? remove(String key) { return _prefs?.remove(key); }
kommon package
documentation
tool/sp_util
SpUtil
remove static method
SpUtil class