WebSocketManager constructor

WebSocketManager()

Factory constructor returns the singleton instance

Implementation

factory WebSocketManager() {
  return _instance;
}