responseProgress property
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
@override
final Stream<int> responseProgress;