remove Item
abstract fun removeItem(itemIndex: Long, callback: SuccessListener<SyncListJava>): CancellationToken
Remove Item from the SyncListJava.
Return
CancellationToken which allows to cancel network request.
Parameters
item Index
Index of the item to remove.
callback
Async result listener. See SuccessListener.