Sets the screen amount for the lg session.
static Future<void> setScreenAmount(int screenAmount) async => await _prefs?.setInt(_keyScreenAmount, screenAmount);