collapsePortWithRemoved method
Collapse a transparent port expansion and return removed gates.
Implementation
(bool changed, Set<String> removedGates) collapsePortWithRemoved(
String nodeId,
String portId,
) =>
schematic.collapsePortThroughWithRemoved(nodeId, portId);