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