PluginRegistry class

Registry for plugins

Properties

hashCode int
The hash code for this object.
no setterinherited
plugins List<DCFPlugin>
Get all registered plugins
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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