@override Future<String?> getSystemProxy() async { final version = await methodChannel.invokeMethod<String>('getSystemProxy'); return version; }