pauseUpload method

Future? pauseUpload()

Pause the current upload

Implementation

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