removePassword static method

Future<void> removePassword()

Removes the saved password from the lg session.

Implementation

static Future<void> removePassword() async =>
    await _prefs?.remove(_keyPassword);