DiscoveredBridge.fromEndpoint constructor
Creates a new DiscoveredBridge instance when using the endpoint bridge discovery method.
Implementation
DiscoveredBridge.fromEndpoint({
required this.rawIdFromEndpoint,
required this.ipAddress,
});
Creates a new DiscoveredBridge instance when using the endpoint bridge discovery method.
DiscoveredBridge.fromEndpoint({
required this.rawIdFromEndpoint,
required this.ipAddress,
});