emitEvent method

void emitEvent(
  1. ChatEvent event
)

Implementation

void emitEvent(ChatEvent event) => _eventController.add(event);