models/progress_callback library

Typedefs

DownloadProgressCallback = void Function(String url, int current, int total, double percentage)
ダウンロード進捗を報告するためのコールバック
OperationProgressCallback = void Function(String operation, int completed, int total, double percentage)
全体的な進捗状況を報告するためのコールバック