Get the default databases location.
On Android, it is typically data/data/
On iOS, it is the Documents directory
Future<String> getDatabasesPath() => databaseFactory.getDatabasesPath();