static Future<Set<String>> getAll() async { final SharedPreferences prefs = await _prefs; return prefs.getKeys(); }