clearEvents method

void clearEvents()

Clears all events on this track. This does not sync the events to the backend.

Implementation

void clearEvents() {
  events.clear();
}