onMediaDownloadingProgress property

(void Function(int? currentSize, int? totalSize, int? requestId)?) onMediaDownloadingProgress
getter/setter pair

Occurs when channel media downloading progress changed.

Implementation

void Function(int? currentSize, int? totalSize, int? requestId)?
    onMediaDownloadingProgress;