ConversationActionHandler typedef

ConversationActionHandler = void Function(ConversationActionEvent event)

Implementation

typedef ConversationActionHandler = void Function(
    ConversationActionEvent event);