Saves an integer value to persistent storage in the background.
value
Future<bool> setInt(String key, int value) => _setValue('Int', key, value);