ProgressListener typedef

ProgressListener = void Function(int total, int cached, int percent)

total the file's size cached cached file's size percent the progress 0, 100

Implementation

typedef ProgressListener = void Function(int total, int cached, int percent);