clearEvents static method
void
clearEvents()
Clear events (use with caution!)
Implementation
static void clearEvents() {
_events.clear();
_lastHash = null;
}
Clear events (use with caution!)
static void clearEvents() {
_events.clear();
_lastHash = null;
}