vedranivicatos
vedranivicatos
Voice processing enabled setting bug fix: changed from bool cast that would **always evaluate to true/YES** no matter what was received from dart side, to NSString description compare that works...
When calling openVPN.connect() a new observer is created each time (ios/Classes/SwiftOpenVPNFlutterPlugin.swift :212): ``` NotificationCenter.default.addObserver(forName: NSNotification.Name.NEVPNStatusDidChange, object: nil , queue: nil) { notification in let nevpnconn = notification.object as! NEVPNConnection let...