hexDecodeText static method

String hexDecodeText(
  1. String value
)

Implementation

static String hexDecodeText(String value) => utf8.decode(_fromHex(value));