addEvent method

void addEvent(
  1. BaseBlocEvent event
)

Implementation

void addEvent(BaseBlocEvent event) => super.event.add(event);