userPassword property

String userPassword

Returns the stored password.

保存されたパスワードを返します。

Implementation

String get userPassword => !isSignedIn ? "" : active.get(userPasswordKey, "");