Get current per-app proxy mode
@override Future<String> getPerAppProxyMode() async { final mode = await methodChannel.invokeMethod<String>('getPerAppProxyMode'); return mode ?? 'off'; }