getEventHistory static method
Get event history
Implementation
static List<AnalyticsEvent> getEventHistory() {
return List.unmodifiable(_eventHistory);
}
Get event history
static List<AnalyticsEvent> getEventHistory() {
return List.unmodifiable(_eventHistory);
}