fromHEX function

Uint8List fromHEX(
  1. String str
)

Implementation

Uint8List fromHEX(String str) => Hex.decode(str);