static String getMD5(Uint8List fileBytes) { final digest = md5.convert(fileBytes); return digest.toString(); }