getKeys method

Set<String> getKeys()

Returns all stored keys.

Implementation

Set<String> getKeys() => _store.getKeys();