md5Verifier(File file, String expectedHash) async { final fileHash = await computeFileHash(file); return fileHash == expectedHash; }