clearStickyPeer method

void clearStickyPeer(
  1. PeerId peer
)

Implementation

void clearStickyPeer(PeerId peer) {
  _stickyPeers.remove(peer);
}