NatureChatStreamCallback constructor
NatureChatStreamCallback({})
Implementation
NatureChatStreamCallback({
required this.onContent,
required this.onSuggestions,
required this.onDone,
required this.onError,
});