getScreenAmount static method
Retrieves the saved screen amount from the lg session.
Implementation
static int? getScreenAmount() => _prefs?.getInt(_keyScreenAmount);
Retrieves the saved screen amount from the lg session.
static int? getScreenAmount() => _prefs?.getInt(_keyScreenAmount);