unregisterPlugin method

void unregisterPlugin(
  1. String name
)

Implementation

void unregisterPlugin(String name) {
  _plugins.remove(name);
}