getApplicationDocumentsDirectory static method

Future<Directory> getApplicationDocumentsDirectory()

Path to the directory where the application may place data that is user-generated.

Implementation

static Future<Directory> getApplicationDocumentsDirectory() =>
    path_helper.getApplicationDocumentsDirectory();