static Future setBool(String key, bool v) async { SharedPreferences prefs = await SharedPreferences.getInstance(); await prefs.setBool(key, v); }