sockets.dart 234 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 import 'src/sockets_stub.dart' if (dart.library.html) 'src/sockets_html.dart' if (dart.library.io) 'src/sockets_io.dart'; class GetSocket extends BaseWebSocket { GetSocket(super.url, {super.ping, super.allowSelfSigned}); }