add method

void add(
  1. AuthorizedKey entry
)

Adds an entry to the store.

Implementation

void add(AuthorizedKey entry) => _entries.add(entry);