getConnections static method

List<WebSocketConnection> getConnections()

Get all connections

Implementation

static List<WebSocketConnection> getConnections() {
  return List.unmodifiable(_connections.value.values.toList());
}