call method
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,
],
);