DownloadCallback typedef

DownloadCallback = void Function(int total, int current)

DownloadCallback it's a typedef of void Function(int total, int current)

Implementation

typedef DownloadCallback = void Function(int total, int current);