DnsServiceDiscovery constructor

DnsServiceDiscovery({
  1. String? serviceName,
})

Implementation

DnsServiceDiscovery({
  this.serviceName,
});