Index: lib/web_socket_channel.dart |
diff --git a/lib/web_socket_channel.dart b/lib/web_socket_channel.dart |
new file mode 100644 |
index 0000000000000000000000000000000000000000..299604ce8acfecf04bcd34f51f39917afaeae5d8 |
--- /dev/null |
+++ b/lib/web_socket_channel.dart |
@@ -0,0 +1,6 @@ |
+// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
+// for details. All rights reserved. Use of this source code is governed by a |
+// BSD-style license that can be found in the LICENSE file. |
+ |
+export 'src/channel.dart'; |
+export 'src/exception.dart'; |