bindTask method
Binds a DownloadTask to this isolate instance and marks it as busy.
Implementation
void bindTask(DownloadTask task) {
this.task = task;
isBusy = true;
}
Binds a DownloadTask to this isolate instance and marks it as busy.
void bindTask(DownloadTask task) {
this.task = task;
isBusy = true;
}