setScreenAmount static method

Future<void> setScreenAmount(
  1. int screenAmount
)

Sets the screen amount for the lg session.

Implementation

static Future<void> setScreenAmount(int screenAmount) async =>
    await _prefs?.setInt(_keyScreenAmount, screenAmount);