add method

void add(
  1. Event event
)

Implementation

void add(Event event) {
  _sinkSC.add(event);
}