@override Future<Uint8List> read(FilePath path) { final file = storeDir.file(path.pathJoin); return file.readAsBytes(); }