appDocsDir top-level property

Future<Directory> appDocsDir

The docs directory of this app.

Implementation

Future<Directory> get appDocsDir async =>
    await getApplicationDocumentsDirectory();