onReceiveProgress property

(void Function(int bytesReceived, int? totalBytes)?) onReceiveProgress
getter/setter pair

Callback for receiving progress updates. totalBytes will be null if the total size is unknown.

Implementation

void Function(int bytesReceived, int? totalBytes)? onReceiveProgress;