@override Future<bool> exists(FilePath path) { final file = storeDir.file(path.pathJoin); return file.exists(); }