resetAll method

void resetAll()

Resets cold start state for all users (useful for testing).

Implementation

void resetAll() {
  _isColdStart.clear();
  _lastColdStartTime.clear();
  _isColdStartInProgress.clear();
}