clearEvents method

void clearEvents()

清除所有埋点事件

Implementation

void clearEvents() {
  if (!_isInitialized) return;
  eventTracker.clearEvents();
}