removeScreenAmount static method

Future<void> removeScreenAmount()

Removes the saved screen amount from the lg session.

Implementation

static Future<void> removeScreenAmount() async =>
    await _prefs?.remove(_keyScreenAmount);