static Future<String?> get IpAddress_Wifi async { String? version = await getIp("Wifi"); return version; }