PluginRegistry class
Registry for plugins
Properties
Methods
-
getPlugin<
T extends DCFPlugin> (String name) → T? - Get a plugin by name
-
hasPlugin(
String name) → bool - Check if a plugin is registered
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerPlugin(
DCFPlugin plugin) → void - Register a plugin
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → PluginRegistry
-
Singleton instance
final