Adds data to the sink.
data
Must not be called after a call to close.
@override void add(Event event) { _controller.add(event); }