removeScreenAmount static method
Removes the saved screen amount from the lg session.
Implementation
static Future<void> removeScreenAmount() async =>
await _prefs?.remove(_keyScreenAmount);
Removes the saved screen amount from the lg session.
static Future<void> removeScreenAmount() async =>
await _prefs?.remove(_keyScreenAmount);