set method
Associates the exchange id and hash with its value.
Implementation
void set(final WebSocketExchange value) => _keyToExchange[MultiKey([value.id, value.hash])] = value;
Associates the exchange id and hash with its value.
void set(final WebSocketExchange value) => _keyToExchange[MultiKey([value.id, value.hash])] = value;