static saveInt(String key, int value) async { SharedPreferences prefs = await SharedPreferences.getInstance(); prefs.setInt(key, value); }