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.
SseConnection
StreamChannelMixin<String>
1 parent 0e0942a commit 5c2e923Copy full SHA for 5c2e923
pkgs/sse/lib/src/server/sse_handler.dart
@@ -28,7 +28,7 @@ class _SseMessage {
28
}
29
30
/// A bi-directional SSE connection between server and browser.
31
-class SseConnection extends StreamChannelMixin<String?> {
+class SseConnection extends StreamChannelMixin<String> {
32
/// Incoming messages from the Browser client.
33
final _incomingController = StreamController<String>();
34
0 commit comments