clearTask static method

void clearTask(
  1. String videoUrl
)

Implementation

static void clearTask(String videoUrl) {
  _downloadTasks.remove(videoUrl);
}