clear static method

void clear()

Clears all registered instances.

Implementation

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