useAppDocumentsDir static method

Future<void> useAppDocumentsDir()

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

Implementation

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