documentsPath property

Future<String> get documentsPath

Returns the absolute path string of the application documents directory.

Implementation

static Future<String> get documentsPath async =>
    (await pp.getApplicationDocumentsDirectory()).path;