commitLinks method

void commitLinks()

Routes the links.

This is called by #commitLayout. This is only called if Layout#isRouting is true. See also #commitNodes. 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',
    [],
  );
}