call method

FutureOr<void> call(
  1. W chunk,
  2. WritableStreamDefaultController controller
)

Implementation

_i7.FutureOr<void> call(
  W chunk,
  _i3.WritableStreamDefaultController controller,
) =>
    _i4.callMethod(
      this,
      'call',
      [
        this,
        chunk,
        controller,
      ],
    );