menu
yxw_comm_base_plus package
documentation
utils/storage/sp_utils.dart
SpUtils
remove static method
remove static method
dark_mode
light_mode
remove
static method
Future
<
void
>
remove
(
String
key
)
删除 key
Implementation
static Future<void> remove(String key) async { await preferences.remove(key); }
yxw_comm_base_plus package
documentation
utils/storage/sp_utils
SpUtils
remove static method
SpUtils class