Deletes the preset with id; returns true if removed.
id
@override Future<bool> delete(PresetId id) async => _store.deleteObject(id.value);