body property

  1. @override
Stream<List<int>> body
override

The Stream of incoming binary data sent from the client.

Implementation

@override
Stream<List<int>> get body => _body.stream;