final channel = WebSocketChannel.connect( Uri.parse('wss://echo.websocket.org'), );
When I done this resolved my issue