Saves a boolean value to persistent storage in the background.
value
@override Future<bool> setBool(String key, bool value) => update(key, value);