hexDecode function

Uint8List hexDecode(
  1. String input
)

Implementation

Uint8List hexDecode(String input) => hexDecoder.convert(input);