Push a String to the header
static void writeId(EventSink<List<int>> out, String id) { out.add(id.codeUnits); }