WebSocketManager constructor
WebSocketManager()
Factory constructor returns the singleton instance
Implementation
factory WebSocketManager() {
return _instance;
}
Factory constructor returns the singleton instance
factory WebSocketManager() {
return _instance;
}