removeUserName static method
Removes the saved username from the lg session.
Implementation
static Future<void> removeUserName() async =>
await _prefs?.remove(_keyUserName);
Removes the saved username from the lg session.
static Future<void> removeUserName() async =>
await _prefs?.remove(_keyUserName);