menu
omnyshell package
documentation
omnyshell_hub.dart
AuthorizedKeysStore
add method
add method
dark_mode
light_mode
add
method
void
add
(
AuthorizedKey
entry
)
Adds an
entry
to the store.
Implementation
void add(AuthorizedKey entry) => _entries.add(entry);
omnyshell package
documentation
omnyshell_hub
AuthorizedKeysStore
add method
AuthorizedKeysStore class