commitRoute method

void commitRoute()

(undocumented) Call this method after a call to #startRoute and calls to methods that modify the route.

Implementation

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