Get all the keys.
static Future<Set<String>> getKeys() async { final prefs = await SharedPreferences.getInstance(); return prefs.getKeys(); }