func remove()

in Sources/Confidence/EventStorageInMemory.swift [24:26]


    func remove(id: String) throws {
        batches.removeValue(forKey: id)
    }