listDownloadedFiles static method

Map<String, String> listDownloadedFiles()

Lists all downloaded files.

Returns a map of file names to their paths.

Implementation

static Map<String, String> listDownloadedFiles() {
  return Map<String, String>.from(_downloadedFiles);
}