remove

abstract fun remove(keyIds: Set<String>, callback: (result: Map<String, Boolean>) -> Unit)

Remove a keys from storage

Parameters

keyIds

a set of key ids to load

callback

result is a map of key id and Boolean whether it was removed or not