onConversationEnd property

Future<void> Function(ConversationEndedEvent event)? onConversationEnd
final

Fired when the conversation ends.

Implementation

final Future<void> Function(ConversationEndedEvent event)? onConversationEnd;