push abstract method

Future<void> push(
  1. DownloadTask task
)

Pushes the task to the download manager for processing.

Implementation

Future<void> push(DownloadTask task);