clearSingletons method

void clearSingletons()

Clears all singleton instances (useful for testing)

Implementation

void clearSingletons() {
  _singletonCache.clear();
}