isDownloadComplete abstract method

Future<bool> isDownloadComplete(
  1. String taskId
)

Checks if a download task has completed successfully.

Parameters:

Returns true if the download is complete, false otherwise.

Implementation

Future<bool> isDownloadComplete(String taskId);