menu
ai_bridge_ui
ai_bridge_ui.dart
AIChatWidget
onResponse property
onResponse
dark_mode
light_mode
onResponse
property
void Function
(
AIResponse
response
)
?
onResponse
final
Callback when a response is received.
Implementation
final void Function(AIResponse response)? onResponse;
ai_bridge_ui
ai_bridge_ui
AIChatWidget
onResponse property
AIChatWidget class