waitForOpen method
Wait for the WebSocket to be connected
Implementation
Future<void> waitForOpen() async {
await _proxyInterface.connectWs(this);
await connected?.future;
}
Wait for the WebSocket to be connected
Future<void> waitForOpen() async {
await _proxyInterface.connectWs(this);
await connected?.future;
}