initializeWebSocketChannel function
Implementation
WebSocketChannel initializeWebSocketChannel(String url) {
throw UnsupportedError('Cannot create a web socket channel without dart:html or dart:io.');
}
WebSocketChannel initializeWebSocketChannel(String url) {
throw UnsupportedError('Cannot create a web socket channel without dart:html or dart:io.');
}