pauseDownload method

Future<int> pauseDownload(
  1. String gid, {
  2. bool force = false,
})

Implementation

Future<int> pauseDownload(String gid, {bool force = false}) {
  throw UnimplementedError('pauseDownload() has not been implemented.');
}