databasesPath property

Future<String> get databasesPath

Implementation

Future<String> get databasesPath async =>
    _databasesPath ?? "${getParentDir(await rootPath)}${pathJoin}databases";