clear static method
void
clear()
移除所有模块
Implementation
static void clear() {
_moduleSet.forEach((element) {
element.unregister();
});
_moduleSet.clear();
}
移除所有模块
static void clear() {
_moduleSet.forEach((element) {
element.unregister();
});
_moduleSet.clear();
}