getAllmDnsType static method

List<String> getAllmDnsType()

Implementation

static List<String> getAllmDnsType() {
  List<String> keys = getAllmDnsServiceType();
  keys.addAll({Config.mdnsTypeExplorer});
  return keys;
}