menu
openai_core package
documentation
sse_client.dart
SseClient
stream property
stream property
dark_mode
light_mode
stream
property
Stream
<
SseEvent
>
get
stream
Subscribe to Server-Sent Events.
Implementation
Stream<SseEvent> get stream => _controller.stream;
openai_core package
documentation
sse_client
SseClient
stream property
SseClient class