getDownloadsDirectory function

Future<Directory> getDownloadsDirectory()

Standalone top-level wrapper to match path_provider's API signature natively.

Implementation

Future<Directory> getDownloadsDirectory() =>
    CkPathProvider.getDownloadsDirectory();