DiscoveredBridge.fromMdns constructor
Creates a new DiscoveredBridge instance when using the mDNS bridge discovery method.
Implementation
DiscoveredBridge.fromMdns({
required this.rawIdFromMdns,
required this.ipAddress,
});
Creates a new DiscoveredBridge instance when using the mDNS bridge discovery method.
DiscoveredBridge.fromMdns({
required this.rawIdFromMdns,
required this.ipAddress,
});