getConnections static method
Get all connections
Implementation
static List<WebSocketConnection> getConnections() {
return List.unmodifiable(_connections.value.values.toList());
}
Get all connections
static List<WebSocketConnection> getConnections() {
return List.unmodifiable(_connections.value.values.toList());
}