ChatbotEventHandler typedef

ChatbotEventHandler = void Function(ChatbotEvent event)

Callback type for chatbot events.

Implementation

typedef ChatbotEventHandler = void Function(ChatbotEvent event);