hexToBytes function

Uint8List hexToBytes(
  1. String hexString
)

Legacy hexToBytes compatibility

Implementation

Uint8List hexToBytes(String hexString) => HexUtils.decode(hexString);