stream property

Stream<List<int>> get stream

Exposes the broadcast stream of body data chunks.

Implementation

Stream<List<int>> get stream => _streamController.stream;