remove method

void remove(
  1. Plugin plugin
)

Removes and unloads plugins with a matching name from the system. Parameter pluginName: An plugin name.

Implementation

void remove(Plugin plugin) {
  timeline.remove(plugin);
}