commit method

void commit()

Commits the route of this edge to the corresponding Link, if any. By default this does nothing. Please read the Introduction page on Extensions for how to override methods and how to call this base method. @expose

Implementation

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