clear static method

void clear()

Clears all registered builders.

Implementation

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