remove method
Removes and unloads plugins with a matching name from the system. Parameter pluginName: An plugin name.
Implementation
void remove(Plugin plugin) {
timeline.remove(plugin);
}
Removes and unloads plugins with a matching name from the system. Parameter pluginName: An plugin name.
void remove(Plugin plugin) {
timeline.remove(plugin);
}