We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d5538d5 + 42feae7 commit 97a909bCopy full SHA for 97a909b
1 file changed
lib/src/browser/browser_ws_conn.dart
@@ -78,6 +78,8 @@ class WebSocketConnection extends Connection {
78
}
79
80
bool _opened = false;
81
+ bool get opened => _opened;
82
+
83
void _onOpen(Event e) {
84
logger.info("Connected");
85
_opened = true;
0 commit comments