Gets an integer value from SharedPreferences.
static int getInt(String key, {int defaultValue = 0}) { return prefs!.getInt(key) ?? defaultValue; }