clear static method

void clear()

Clears all registered plugins.

Implementation

static void clear() {
  _registeredPlugins.clear();
}