getPassword static method
Retrieves the saved password from the lg session.
Implementation
static String? getPassword() => _prefs?.getString(_keyPassword);
Retrieves the saved password from the lg session.
static String? getPassword() => _prefs?.getString(_keyPassword);