DiscoveredBridge.fromMdns constructor

DiscoveredBridge.fromMdns({
  1. required String? rawIdFromMdns,
  2. required String ipAddress,
})

Creates a new DiscoveredBridge instance when using the mDNS bridge discovery method.

Implementation

DiscoveredBridge.fromMdns({
  required this.rawIdFromMdns,
  required this.ipAddress,
});