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 62f1fcc commit c455e36Copy full SHA for c455e36
packages/graphql/lib/src/links/websocket_link/websocket_link.dart
@@ -45,6 +45,8 @@ class WebSocketLink extends Link {
45
);
46
}
47
48
+ SocketClient? get getSocketClient => _socketClient;
49
+
50
/// Disposes the underlying socket client explicitly. Only use this, if you want to disconnect from
51
/// the current server in favour of another one. If that's the case, create a new [WebSocketLink] instance.
52
Future<void> dispose() async {
0 commit comments