add method

void add(
  1. TEvent event
)

Adds the event to the events queue.

Implementation

void add(TEvent event) => dataQueue.add(event);