rootPath property

Future<String> get rootPath

Implementation

Future<String> get rootPath async =>
    _rootPath ?? (await getApplicationDocumentsDirectory()).path;