ZIMMediaDownloadingProgress typedef

ZIMMediaDownloadingProgress = void Function(ZIMMessage message, int currentFileSize, int totalFileSize)

Implementation

typedef ZIMMediaDownloadingProgress = void Function(
    ZIMMessage message, int currentFileSize, int totalFileSize);