clearEvents static method

void clearEvents()

Clear events (use with caution!)

Implementation

static void clearEvents() {
  _events.clear();
  _lastHash = null;
}