setRunModule method
设置当前运行模块
isPlugin
true-插件运行;false-主工程运行;
Implementation
void setRunModule({bool isPlugin = false}) {
MemoryUtils.instance.set(_runModuleKey, isPlugin);
}
设置当前运行模块
isPlugin
true-插件运行;false-主工程运行;
void setRunModule({bool isPlugin = false}) {
MemoryUtils.instance.set(_runModuleKey, isPlugin);
}