peerIds property

List<String> get peerIds

Returns the PeerIds of the remote peers

Implementation

List<String> get peerIds {
  return remotePeers.keys.toList();
}