useAppDownloadsDir static method

Future<void> useAppDownloadsDir()

If running from Flutter, this will get the application's downloads directory. If running from tests, it will use the system's temp directory.

Implementation

static Future<void> useAppDownloadsDir() => LocalPersist.useAppDownloadsDir();