resetStore static method

void resetStore()

Implementation

static void resetStore() {
  _controllers.clear();
  _history.clear();
}