resetAll method

void resetAll()

Implementation

void resetAll() {
  _configs.keys.forEach(reset);
}