getPassword static method

String? getPassword()

Retrieves the saved password from the lg session.

Implementation

static String? getPassword() => _prefs?.getString(_keyPassword);