hexDecode method Null safety
- String hexValue
Decodes a string that contains a hexidecimal value into a digest.
Implementation
static Digest hexDecode(String hexValue) => Digest(hex.decode(hexValue));
Decodes a string that contains a hexidecimal value into a digest.
static Digest hexDecode(String hexValue) => Digest(hex.decode(hexValue));