ZIMMediaDownloadingProgress typedef
ZIMMediaDownloadingProgress =
void Function(ZIMMessage message, int currentFileSize, int totalFileSize)
todo
messageMessage object.currentFileSizeCurrent file size.totalFileSizeTotal file size.
Implementation
typedef ZIMMediaDownloadingProgress = void Function(
ZIMMessage message, int currentFileSize, int totalFileSize);