Returns all stored keys.
Future<Set<String>> getKeys() async { final all = await getAll(); return all.keys.toSet(); }