removeItem

abstract fun removeItem(itemKey: String, listener: SuccessListener<Void>)

Remove Item from the SyncMap.

Parameters

itemKey

Key of the item to remove.

listener

Async result listener. See SuccessListener.