PluginUtils class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
isRunPlugin
→ bool
-
获取当前运行模块
return
true-插件运行;false-主工程运行;
no setter
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
setRunModule({bool isPlugin = false})
→ void
-
设置当前运行模块
isPlugin
true-插件运行;false-主工程运行;
-
toString()
→ String
-
A string representation of this object.
inherited