filesPath property

Future<String> get filesPath

Implementation

Future<String> get filesPath async =>
    _filesPath ??
    "${getParentDir(await rootPath)}$pathJoin$_defaultFilesDirectory";