cancelUpload method

Future? cancelUpload()

Cancels the current upload

Implementation

Future? cancelUpload() => _tusClient.cancelUpload();