add method

void add(
  1. SnackEvent event
)

Implementation

void add(SnackEvent event) {
  eventPool.add(event);
}