removeItem
abstract fun removeItem(itemKey: String, listener: SuccessListener<Void>)
Content copied to clipboard
Remove Item from the SyncMap.
Parameters
itemKey
Key of the item to remove.
listener
Async result listener. See SuccessListener.