onResponseReceived property

void Function(String response)? onResponseReceived
final

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;