OnDownloadCompleted typedef

OnDownloadCompleted = dynamic Function(String path)

path the output file absolute path

Implementation

typedef OnDownloadCompleted = Function(String path);