emit method

void emit(
  1. EVENT event
)

Implementation

void emit(EVENT event) => _controller.add(event);