clear method

void clear()

Clears all registered drivers.

Implementation

void clear() {
  _drivers.clear();
  _defaultDriverName = null;
}