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