onConversationStart property
Fired when a new conversation begins.
Implementation
final Future<void> Function(ConversationStartedEvent event)?
onConversationStart;
Fired when a new conversation begins.
final Future<void> Function(ConversationStartedEvent event)?
onConversationStart;