requestProgress property

  1. @override
Stream<int> requestProgress
final

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

@override
final Stream<int> requestProgress;