setProgress abstract method

Future<void> setProgress(
  1. String url,
  2. int received
)

Set the progress of the download from a specific url

Implementation

Future<void> setProgress(String url, int received);