onTextResponse property
Called after the user sent a message and the model finished responding by text.
Implementation
final void Function(ConversationProvider self)? onTextResponse;
Called after the user sent a message and the model finished responding by text.
final void Function(ConversationProvider self)? onTextResponse;