PluginManager<TPlugin extends Plugin> class
abstract
- Implementers
Constructors
-
PluginManager({List<
TPlugin> plugins = const []})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
register(
TPlugin plugin) → FutureOr< void> - Register a plugin to the manager.
-
registerAll(
Iterable< TPlugin> plugins) → FutureOr<void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited