add abstract method Null safety
- T event
override
Adds a data event
to the sink.
Must not be called on a closed sink.
Implementation
void add(T event);
Adds a data event
to the sink.
Must not be called on a closed sink.
void add(T event);