connectedPeers property

Future<List<String>> get connectedPeers

Returns a Future that resolves to a List of currently connected peer IDs.

Implementation

Future<List<String>> get connectedPeers => _networkManager.connectedPeers;