getDatabasesPath function

Future<String> getDatabasesPath()

Get the default databases location.

On Android, it is typically data/data/<package_name>/databases

On iOS and MacOS, it is the Documents directory

Implementation

Future<String> getDatabasesPath() => databaseFactory.getDatabasesPath();