setUrl method

DownloadApi setUrl(
  1. String url
)

Implementation

DownloadApi setUrl(String url) {
  _url = url;
  return this;
}