clear static method

void clear()

Clears all registrations and restores the default format.

Implementation

static void clear() {
  _formats.clear();
  _default = MeasureFormat.defaultFormat;
}