mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
Add removeAll method to KeyValueStore
This commit is contained in:
@@ -92,4 +92,8 @@ extension MemoryStore: KeyValueStore {
|
||||
map.removeValue(forKey: key)
|
||||
}
|
||||
|
||||
func removeAll() throws {
|
||||
map.removeAll()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user