emit method
Pushes a raw event. The typed helpers below cover the usual cases.
Implementation
void emit(LocalAiHostEvent event) => _events.add(event);
Pushes a raw event. The typed helpers below cover the usual cases.
void emit(LocalAiHostEvent event) => _events.add(event);