unpauseDownload method

Future<int> unpauseDownload(
  1. String gid
)

Implementation

Future<int> unpauseDownload(String gid) {
  throw UnimplementedError('unpauseDownload() has not been implemented.');
}