Directory used to store user-facing files saved by the package.
Future<String> get filesPath async { _filesPath ??= '${getParentDir(await rootPath)}$pathJoin$_defaultFilesDirectory'; return _filesPath!; }