IpAddress_All property

Future<String?> IpAddress_All

Implementation

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