Adds a data event to the sink.
event
Must not be called on a closed sink.
@override void add(List<int> data) { decoder._add(data); }