getClient method

StompClient? getClient(
  1. PeerId peerId
)

Gets a client for a specific peer

Implementation

StompClient? getClient(PeerId peerId) {
  return _clients[peerId];
}