flutter_downloader
flutter_downloader copied to clipboard
Can't resume??
After pause, I resume again the download, but it didn't work
Code
void resume(Download download) async { final taskId = await FlutterDownloader.resume(taskId: download.taskId!); }
Message output when resume
not found partial downloaded data, this task cannot be resumed
@shinewanna are you still facing that issue ?
I am also face the same issue