getDownloadsDirectory static method

Future<Directory?> getDownloadsDirectory()

Path to the directory where downloaded files are stored. Supported on Android, iOS, macOS, Windows, Linux.

Implementation

static Future<Directory?> getDownloadsDirectory() =>
    pp.getDownloadsDirectory();