useAppCacheDir static method

Future<void> useAppCacheDir()

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

Implementation

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