static writeBool(String key, bool data) async { final pref = await SharedPreferences.getInstance(); pref.setBool(key, data); }