isDownloadComplete abstract method
Checks if a download task has completed successfully.
Parameters:
taskId: The ID returned by startDownload
Returns true if the download is complete, false otherwise.
Implementation
Future<bool> isDownloadComplete(String taskId);