Skip to content

Commit

Permalink
Update pkgs/web_socket/example/web_socket_example.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Bosch <nbosch1@gmail.com>
  • Loading branch information
brianquinlan and natebosch committed Feb 29, 2024
1 parent df6707f commit b0e264f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/web_socket/example/web_socket_example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'dart:convert';
import 'dart:io';

import 'package:web_socket/io_web_socket.dart';
import 'package:web_socket/src/web_socket.dart';
import 'package:web_socket/web_socket.dart';

const requestId = 305;

Expand Down

0 comments on commit b0e264f

Please sign in to comment.