searchMdnsDevices abstract method

Future<List<ActiveHost>> searchMdnsDevices({
  1. bool forceUseOfSavedSrvRecordList = false,
})

This method searching for all the mdns devices in the network.

Implementation

Future<List<ActiveHost>> searchMdnsDevices({
  bool forceUseOfSavedSrvRecordList = false,
});