removePlugin method

void removePlugin(
  1. Plugin plugin
)

Removes and unloads plugins with a matching name from the system.

  • Parameter pluginName: An plugin name.

Implementation

void removePlugin(Plugin plugin) {
  _timeline.remove(plugin);
}