We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187e49c commit 22b6107Copy full SHA for 22b6107
packages/event_source_client/lib/src/sse_client_html.dart
@@ -90,7 +90,7 @@ class HtmlSseClient implements SSEClient {
90
/// Subscribe to this [stream] to receive events and sometimes errors. The first
91
/// subscribe triggers the connection, so expect a network delay initially.
92
@override
93
- Stream<Event> get stream => _messageEventsController.stream;
+ Stream<ld_message_event.Event> get stream => _messageEventsController.stream;
94
95
96
Future close() async {
0 commit comments