RacLlmComponentCompleteCallbackNative typedef

RacLlmComponentCompleteCallbackNative = Void Function(Pointer<Void> result, Pointer<Void> userData)

LLM streaming complete callback signature

Implementation

typedef RacLlmComponentCompleteCallbackNative = Void Function(
  Pointer<Void> result,
  Pointer<Void> userData,
);