getUserName static method

String? getUserName()

Retrieves the saved username from the lg session.

Implementation

static String? getUserName() => _prefs?.getString(_keyUserName);