commit method

void commit()

Commits the position of the Link and routes it.

Implementation

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