appSupportDir top-level property

Future<Directory> appSupportDir

The files directory of this app.

Implementation

Future<Directory> get appSupportDir async =>
    await getApplicationSupportDirectory();