getAllEvents static method
Get all events
Implementation
static List<WebSocketEvent> getAllEvents() {
return List.unmodifiable(_allEvents.value);
}
Get all events
static List<WebSocketEvent> getAllEvents() {
return List.unmodifiable(_allEvents.value);
}