Lists all downloaded files.
Returns a map of file names to their paths.
static Map<String, String> listDownloadedFiles() { return Map<String, String>.from(_downloadedFiles); }