resetAllConfigurations static method

void resetAllConfigurations()
override

Implementation

static void resetAllConfigurations() {
  if (ImmutableCollection.isConfigLocked)
    throw StateError("Can't change the configuration of immutable collections.");
  IMap.flushFactor = _defaultFlushFactor;
  IMap.defaultConfig = _defaultConfig;
}