onTextResponse property

void Function(ConversationProvider self)? onTextResponse
final

Called after the user sent a message and the model finished responding by text.

Implementation

final void Function(ConversationProvider self)? onTextResponse;