Get the directory path for places.
Future<String> getPlacesDirPath() async { final path = await getDataDirPath(); return '$path/places'; }