get method

Retrieves a WebSocketConnection by its unique id.

Implementation

WebSocketConnection? get(String id) => _connections[id];