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