We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9eacf4 commit 426b6afCopy full SHA for 426b6af
packages/networker/networker_socket/lib/src/web_socket.dart
@@ -1,8 +1,8 @@
1
import 'package:web_socket_channel/web_socket_channel.dart';
2
3
-import 'web_socket_stub.dart' as ws
+import 'web_socket_stub.dart'
4
if (dart.library.js_interop) 'web_socket_html.dart'
5
- if (dart.library.io) 'web_socket_io.dart';
+ if (dart.library.io) 'web_socket_io.dart' as ws;
6
7
WebSocketChannel constructWebSocketChannel(Uri uri,
8
{Iterable<String>? protocols, Duration? pingInterval}) {
0 commit comments