IpAddress_Blue_ther property

Future<String?> get IpAddress_Blue_ther

Implementation

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