static writeInt(String key, int data) async { final pref = await SharedPreferences.getInstance(); pref.setInt(key, data); }