listLoaded method

List<PluginInfo> listLoaded()

Snapshot of all currently-loaded plugins.

Mirrors Swift RunAnywhere.pluginLoader.listLoaded(). The C registry does not persist the original load path, so returned PluginInfo entries carry only the plugin name with an empty path.

Implementation

List<PluginInfo> listLoaded() => DartBridgePluginLoader.listLoaded();