requestProgress property

Stream<int> requestProgress

The operation's progress sending the request, in bytes.

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

Implementation

Stream<int> get requestProgress;