Reads an integer from SharedPreferences.
SharedPreferences
int getInt(String key, int defaultValue) => _prefs.getInt(key) ?? defaultValue;