Sets the IP address for the lg session.
static Future<void> setIP(String ip) async => await _prefs?.setString(_keyIP, ip);