documentsPath property

Future<String> documentsPath

Implementation

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