removeUserName static method

Future<void> removeUserName()

Removes the saved username from the lg session.

Implementation

static Future<void> removeUserName() async =>
    await _prefs?.remove(_keyUserName);