Get the set of all keys stored in SharedPreferences.
Future<Set<String>> getKeys({Set<String>? allowList}) async { assert(_key != null); return _decorator.getKeys(allowList: allowList); }