set method

void set(
  1. WebSocketExchange value
)

Associates the exchange id and hash with its value.

Implementation

void set(final WebSocketExchange value) => _keyToExchange[MultiKey([value.id, value.hash])] = value;