responseProgress property

Stream<int> responseProgress

The operation's progress receiving a response, in bytes.

If cancel is called before the response has been fully received, the stream will be closed and its onDone callback will fire.

Implementation

Stream<int> get responseProgress;