Index: runtime/bin/socket.dart |
diff --git a/runtime/bin/socket.dart b/runtime/bin/socket.dart |
index 78fffc95bb3eafb7af546387efd8fabf510c6a0e..56cb21ca15e09535bb47eba0ed88efca91513dac 100644 |
--- a/runtime/bin/socket.dart |
+++ b/runtime/bin/socket.dart |
@@ -100,6 +100,11 @@ interface Socket factory _Socket { |
InputStream get inputStream(); |
/* |
+ * Returns input stream to the socket. |
+ */ |
+ InputStream2 get inputStream2(); |
+ |
+ /* |
* Returns output stream of the socket. |
*/ |
OutputStream get outputStream(); |