streamCall abstract method
Future<void>
streamCall(
- FunctionCall functionCall,
- void onStream(
- String event,
- ToolReturn toolReturn
Implementation
Future<void> streamCall(
FunctionCall functionCall,
void Function(String event, ToolReturn toolReturn) onStream,
);