getPeers method

Future<Map> getPeers()

get list of daPPs connected

Implementation

Future<Map> getPeers() async {
  return await BeaconPlatform.instance.getPeers();
}