clearEvents method
void
clearEvents()
Clears all events on this track. This does not sync the events to the backend.
Implementation
void clearEvents() {
events.clear();
}
Clears all events on this track. This does not sync the events to the backend.
void clearEvents() {
events.clear();
}