Sets an integer value in SharedPreferences.
static Future<bool> setInt(String key, int value) { return prefs!.setInt(key, value); }