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