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.