4de94b2d7b
When an an async for loop's StreamIterator is canceled the returned Future should be awaited. Closes issue 29192. BUG=https://github.com/dart-lang/sdk/issues/29192 R=ahe@google.com Review-Url: https://codereview.chromium.org/2782053003 .