Chromium Code Reviews| Index: lib/async.dart |
| diff --git a/lib/async.dart b/lib/async.dart |
| index 7dbda70ae3373744777283740590c7dd3870deab..345b8dcf08f43c11ad47b3441398478620a86740 100644 |
| --- a/lib/async.dart |
| +++ b/lib/async.dart |
| @@ -5,5 +5,6 @@ |
| library dart.pkg.async; |
| export "src/future_group.dart"; |
| +export "src/stream_group.dart"; |
| export "stream_zip.dart"; |
| export "result.dart"; |