hexToBytes static method

Uint8List hexToBytes(
  1. String hex
)

Implementation

static Uint8List hexToBytes(String hex) {
  return decode(hex);
}