getKeys function

Set<String> getKeys()

Returns all keys in the persistent storage.

Implementation

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