getProgress abstract method

Future<int> getProgress(
  1. String url
)

Retrieve the progress of the download from a specific url

Implementation

Future<int> getProgress(String url);