setMdnsInfo method

Future<MdnsInfo?> setMdnsInfo()

Try to find the mdns name of this device, if not exist mdns name will be null TODO: search mdns name for each device

Implementation

Future<MdnsInfo?> setMdnsInfo() async {
  return null;
}