progressCallback property

ProgressCallback progressCallback
final

Function with the current values of the download

Function(int bytes, int total) => print('current byte: $bytes and total of bytes: $total');

Implementation

final ProgressCallback progressCallback;