call method

void call(
  1. DOMException err
)

Implementation

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