Returns the MD5 hash of value as a lowercase hexadecimal string.
value
String md5Hash(String value) => md5.convert(utf8.encode(value)).toString();