menu
at_activate_web package
documentation
password_store.dart
PasswordStore
get method
get method
dark_mode
light_mode
get
method
String
?
get
(
String
atSign
)
Implementation
String? get(String atSign) { return _passwords[_normalizeAtSign(atSign)]; }
at_activate_web package
documentation
password_store
PasswordStore
get method
PasswordStore class