OnDownloadProgressCallback typedef

OnDownloadProgressCallback = void Function(int receivedBytes, int totalBytes)

Implementation

typedef OnDownloadProgressCallback = void Function(
    int receivedBytes, int totalBytes);