@override Future<void> setBool(String key, bool value) { return _store.record(key).put(_database, value); }