call method

GeneratorFunction call([
  1. Iterable? args
])

Implementation

_i4.GeneratorFunction call([_i2.Iterable<_i2.dynamic>? args]) =>
    _i5.callMethod(
      this,
      'call',
      [
        this,
        ...?args,
      ],
    );