| commit | 8fd103c8e33ad990f7e5aa2a5101c7bd1efab656 | [log] [tgz] |
|---|---|---|
| author | Danny Tuppeny <danny@tuppeny.com> | Tue Oct 09 21:37:14 2018 +0100 |
| committer | Natalie Weizenbaum <nweiz@google.com> | Tue Oct 09 13:37:14 2018 -0700 |
| tree | 0dfec5c1133e189be6d82bf325416d731a58804e | |
| parent | b4b06e4a6cf7e836809ff9312b3a89eaaa8b735a [diff] |
Fix sample code in README (dart-lang/web_socket_channel#30) The `.close()` method is on `.sink` so this code didn't compile. The `await` also appeared to be unnecessary.