menu
flutter_ai_bridge
flutter_ai_bridge.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;
flutter_ai_bridge
flutter_ai_bridge
AIChatWidget
onResponse property
AIChatWidget class