onResponseReceived property
Callback invoked when a complete response (content part) is received. Note: The UI updates reactively; this is for external logic if needed.
Implementation
final void Function(String response)? onResponseReceived;
Callback invoked when a complete response (content part) is received. Note: The UI updates reactively; this is for external logic if needed.
final void Function(String response)? onResponseReceived;