invalidateLinkBundle method
(undocumented) @param {Node} other @param {string=} thisportid @param {string=} otherportid
Implementation
void invalidateLinkBundle(
_i3.Node other, [
_i2.String? thisportid,
_i2.String? otherportid,
]) {
_i4.callMethod(
this,
'invalidateLinkBundle',
[
other,
thisportid ?? _i5.undefined,
otherportid ?? _i5.undefined,
],
);
}