isUploadComplete abstract method

Future<bool> isUploadComplete(
  1. String taskId
)

Checks if an upload task has completed successfully.

Parameters:

Returns true if the upload is complete, false otherwise.

Implementation

Future<bool> isUploadComplete(String taskId);