wire_bytes_to_hex method

void wire_bytes_to_hex(
  1. NativePortType port_,
  2. Uint8List bytes
)

Implementation

void wire_bytes_to_hex(NativePortType port_, Uint8List bytes) =>
    wasmModule.wire_bytes_to_hex(port_, bytes);