decode static method

Uint8List decode(
  1. String hex
)

Implementation

static Uint8List decode(String hex) => dw3_core.HexUtils.decode(hex);