IpAddress_USB_tether property

Future<String?> get IpAddress_USB_tether

Implementation

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