Sets the port number for the lg session.
static Future<void> setPort(String port) async => await _prefs?.setString(_keyPort, port);