fire method

void fire(
  1. Event event
)

Implementation

void fire(Event event) {
  _controller.add(event);
}