call method

void call()

Implementation

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