Sets an integer value for the given key.
key
void setInt(String key, int value) => _prefsInstance.setInt(key, value);