getDownloadsDirectory static method

Future<Directory> getDownloadsDirectory()

Path to the directory where the user's downloaded files are stored.

Implementation

static Future<Directory> getDownloadsDirectory() =>
    path_helper.getDownloadsDirectory();