setPassword static method

Future<void> setPassword(
  1. String pass
)

Sets the password for the lg session.

Implementation

static Future<void> setPassword(String pass) async =>
    await _prefs?.setString(_keyPassword, pass);