call method

Implementation

_i8.AsyncGeneratorFunction call([_i2.Iterable<_i2.dynamic>? args]) =>
    _i6.callMethod(
      this,
      'call',
      [
        this,
        ...?args,
      ],
    );