read abstract method

Stream<List<int>>? read()

Reads the body as a stream of bytes.

If the body has already been read, this will return the same data.

Implementation

Stream<List<int>>? read();