isRunPlugin property

bool isRunPlugin

获取当前运行模块 return true-插件运行;false-主工程运行;

Implementation

bool get isRunPlugin => MemoryUtils.instance.getBool(_runModuleKey);