ZIMMessageExportingProgress typedef
todo
exportedMessageCountThe number of exported messages.totalMessageCountThe total number of messages.
Implementation
typedef ZIMMessageExportingProgress = void Function(
int exportedMessageCount, int totalMessageCount);