bytes method

Stream<List<int>> bytes()

Returns a Stream representing the body.

Implementation

Stream<List<int>> bytes() => _request.read();