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