contains

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

contains a keys in storage

Parameters

keyIds

a set of key ids to check

callback

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