Global typedef that returns a int with the current byte on download and another int with the total of bytes of the file.
typedef
int
typedef ProgressCallback = void Function(int count, String url);