Returns a Future that resolves to a List of currently connected peer IDs.
Future<List<String>> get connectedPeers => _networkManager.connectedPeers;