Stream<List<int>> read()

Returns a Stream representing the body.

Can only be called once.

Source

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