download method

dynamic download(
  1. String? downloadPath
)

Implementation

download(String? downloadPath) {
  this.downloadPath = downloadPath;
}