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