OnTextDelta typedef

OnTextDelta = void Function(String text)

Callback for streaming text updates.

Implementation

typedef OnTextDelta = void Function(String text);