OpenVPN constructor
OpenVPN({})
OpenVPN's Constructions, don't forget to implement the listeners onVpnStatusChanged is a listener to see vpn status detail onVpnStageChanged is a listener to see what stage the connection was
Implementation
OpenVPN({this.onVpnStatusChanged, this.onVpnStageChanged});