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