getUserName static method
Retrieves the saved username from the lg session.
Implementation
static String? getUserName() => _prefs?.getString(_keyUserName);
Retrieves the saved username from the lg session.
static String? getUserName() => _prefs?.getString(_keyUserName);