invalidateRoute method

void invalidateRoute()

Declare that the route (the #points) of this Link need to be recomputed soon. This causes #updateRoute to be called, which will call #computePoints to perform the actual determination of the route. @since 1.6

Implementation

void invalidateRoute() {
  _i4.callMethod(
    this,
    'invalidateRoute',
    [],
  );
}