getLocalIp static method

Future<String?> getLocalIp()

Implementation

static Future<String?> getLocalIp() {
  return NetworkInfo().getWifiIP();
}