dispose method
void
dispose()
Disposes of all the acquired resources.
Implementation
void dispose() {
completeError(const WebSocketException('The [WebSocketExchange] has been disposed.'));
}
Disposes of all the acquired resources.
void dispose() {
completeError(const WebSocketException('The [WebSocketExchange] has been disposed.'));
}