read method

Stream<List<int>> read()
inherited

Returns a Stream representing the body.

Can only be called once.

Implementation

Stream<List<int>> read() => _body.read();