getEventHistory static method

List<AnalyticsEvent> getEventHistory()

Get event history

Implementation

static List<AnalyticsEvent> getEventHistory() {
  return List.unmodifiable(_eventHistory);
}