Sets the password for the lg session.
static Future<void> setPassword(String pass) async => await _prefs?.setString(_keyPassword, pass);