menu
ecp_global package
documentation
utils/dict_utils.dart
DictUtils
clear method
clear method
dark_mode
light_mode
clear
method
void
clear
(
String
groupCode
)
清空指定字典缓存
Implementation
void clear(String groupCode) { _dictMap.remove(groupCode); _tasks.remove(groupCode); }
ecp_global package
documentation
utils/dict_utils
DictUtils
clear method
DictUtils class