removePassword static method
Removes the saved password from the lg session.
Implementation
static Future<void> removePassword() async =>
await _prefs?.remove(_keyPassword);
Removes the saved password from the lg session.
static Future<void> removePassword() async =>
await _prefs?.remove(_keyPassword);