get<T> method
Returns the exchange associated with key.
Note that key can be any of the MultiKeys.
Returns null if key was not in the map.
Implementation
WebSocketExchange<T>? get<T>(final dynamic key) => _keyToExchange[key];
Returns the exchange associated with key.
Note that key can be any of the MultiKeys.
Returns null if key was not in the map.
WebSocketExchange<T>? get<T>(final dynamic key) => _keyToExchange[key];