utils/hex library

Functions

hexDecode(String s) Uint8List
hexDecode returns the bytes represented by the hexadecimal string s.
hexEncode(Uint8List raw) String
hexEncode returns the hexadecimal encoding of raw.