DownloadSuccessCallback typedef

DownloadSuccessCallback = void Function(Uint8List bytes, String fileName)

Implementation

typedef DownloadSuccessCallback = void Function(
    Uint8List bytes, String fileName);