resume method

  1. @override
Future<void> resume()

When using Amplify Storage S3 plugin in a Web App, this doesn't do anything as the download is managed by browser.

Implementation

@override
Future<void> resume() => _resume();