commitLinks method
void
commitLinks()
Commit the position and routing of all edge links. This is called by #commitLayout. This is only called if Layout#isRouting is true. Please read the Introduction page on Extensions for how to override methods and how to call this base method.
Implementation
void commitLinks() {
_i4.callMethod(
this,
'commitLinks',
[],
);
}