Future<String> getDatabasePath(final String name) async { final databasesPath = await getDatabasesPath(); return p.join(databasesPath, name); }