downloader/file_downloader_interface library

Classes

FileDownloaderInterface
Interface for file downloader implementations

Typedefs

CompletedCallback = void Function(String filePath)
Callback when download is completed
ErrorCallback = void Function(String error)
Callback when an error occurs during download
ProgressCallback = void Function(int receivedBytes, int totalBytes)
Callback to track download progress