RacLlmComponentCompleteCallbackNative typedef
LLM streaming complete callback signature
Implementation
typedef RacLlmComponentCompleteCallbackNative = Void Function(
Pointer<Void> result,
Pointer<Void> userData,
);
LLM streaming complete callback signature
typedef RacLlmComponentCompleteCallbackNative = Void Function(
Pointer<Void> result,
Pointer<Void> userData,
);