web_socket_channel – The package provides a WebSocketChannel that allows you to both listen for messages from the server and push messages to the server.
- Create a WebSocketChannel that connects to a server.

- Listen for messages from the server.

- Send data to the server.

- Close the WebSocket connection.
