getConnectivity method

RelayConnectivity? getConnectivity(
  1. RelayConnectionKey key
)

return RelayConnectivity of one connection, anonymous or bound

Implementation

RelayConnectivity? getConnectivity(RelayConnectionKey key) {
  return globalState.relays[key];
}