getAllmDnsServiceType static method

List<String> getAllmDnsServiceType()

Implementation

static List<String> getAllmDnsServiceType() {
  List<String> keys = [Config.mdnsIoTDeviceService];
  keys.addAll(modelsMap.keys.toList());
  return keys;
}