clearEventHistory static method

void clearEventHistory()

Clear event history

Implementation

static void clearEventHistory() {
  _eventHistory.clear();
}