call method

void call(
  1. num time
)

Implementation

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