clearHandlers static method

void clearHandlers()

Clear only type handlers.

Implementation

static void clearHandlers() {
  _handlers.clear();
}