PluginManager class
Properties
- activatedPluggableName → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
pluginsMap
→ Map<
String, Pluggable?> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
activatePluggable(
Pluggable pluggable) → void -
deactivatePluggable(
Pluggable pluggable) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
register(
Pluggable plugin) → void -
Register a single
plugin
-
registerAll(
List< Pluggable> plugins) → void -
Register multiple
plugins
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → PluginManager
-
no setter