onResponse property

void Function(AIResponse response)? onResponse
final

Callback when a response is received.

Implementation

final void Function(AIResponse response)? onResponse;