stream property
The stream from which the response body data can be read.
This should always be a single-subscription stream.
Implementation
@override
ByteStream get stream => inner.stream;
The stream from which the response body data can be read.
This should always be a single-subscription stream.
@override
ByteStream get stream => inner.stream;