wire_hex_to_bytes method

void wire_hex_to_bytes(
  1. NativePortType port_,
  2. String hex
)

Implementation

void wire_hex_to_bytes(NativePortType port_, String hex) =>
    wasmModule.wire_hex_to_bytes(port_, hex);