Saves a list of strings value to persistent storage in the background.
value
@override Future<bool> setStringList(String key, List<String> value) => update(key, value);