@override Future<bool> checkOpenVpn() async{ return (await methodChannel.invokeMethod("checkOpenVpn")) == true; }