call method

Disposable call(
  1. dynamic listener(
    1. T
    ), [
  2. dynamic thisArgs,
  3. List<Disposable>? disposables
])

Implementation

_i3.Disposable call(
  _i2.dynamic Function(T) listener, [
  _i2.dynamic thisArgs,
  _i2.List<_i3.Disposable>? disposables,
]) =>
    _i5.callMethod(
      this,
      'call',
      [
        this,
        _i5.allowInterop(listener),
        thisArgs,
        disposables ?? _i6.undefined,
      ],
    );