PluginHostX extension
- on
Methods
-
hasPlugin(
Plugin plugin) → bool -
Available on DI, provided by the PluginHostX extension
Whetherpluginis currently installed in this scope. -
installPlugin(
Plugin plugin) → Resolvable< DI> -
Available on DI, provided by the PluginHostX extension
Installsplugininto a fresh child scope of this container keyed byplugin.id. Returns the child DI holding the plugin's registrations. -
uninstallPlugin(
Plugin plugin) → Resolvable< Unit> -
Available on DI, provided by the PluginHostX extension
Uninstallsplugin: invokes Plugin.uninstall, tears down every dependency in its child scope (cascadingServiceMixin.dispose()via the standard unregister hook), then drops the child scope itself.