clear static method

void clear()

Clear all feature flags.

Implementation

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