getPublicIp static method

Future<String?> getPublicIp()

Implementation

static Future<String?> getPublicIp() {
  return Ipify.ipv4();
}