call method

FutureOr<void> call(
  1. ReadableStreamDefaultController<R> controller
)

Implementation

_i9.FutureOr<void> call(_i3.ReadableStreamDefaultController<R> controller) =>
    _i4.callMethod(
      this,
      'call',
      [
        this,
        controller,
      ],
    );