read abstract method

  1. @override
Stream<List<int>>? read()
override

Reads the body as a stream of bytes.

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

Implementation

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