removeItem
abstract fun removeItem(itemIndex: Long, listener: SuccessListener<Void>)
Content copied to clipboard
Remove Item from the SyncList. After removing item with a given index indices of the following items will _NOT_ change.
Parameters
itemIndex
Index of the item to remove.
listener
Async result listener. See SuccessListener.