clearAllState static method

void clearAllState()

Clear all state (useful for test teardown)

Implementation

static void clearAllState() {
  store.clear();
}