getIP static method

String getIP()

Implementation

static String getIP() {
  return prefs.getString('env_ip') ?? '';
}