@override Future<bool> isVPNOn() async { return await methodChannel.invokeMethod<bool>('isVPNOn') ?? false; }