getApplicationDocumentsDirectory static method
Path to the directory where the application may place data that is user-generated.
Implementation
static Future<Directory> getApplicationDocumentsDirectory() =>
path_helper.getApplicationDocumentsDirectory();