emitEvent abstract method
Informs all subscribers of an Event with the given name
that it has
occurred.
You can provide (optional) input data
that is emitted with the event.
Implementation
Future<void> emitEvent(String name, InteractionInput data);