Add a language version tag in spawnHybridUri (dart-lang/web_socket_channel#131) Code snippets passed to `spawnHybridCode` are currently always run with the SDK language version. Add an explicit language version marker so that this test is stable. Bump min SDK and `package:test` version to one which supports these markers.