moveItemAsync

fun moveItemAsync(fromPosition: Int, toPosition: Int)

Moves an item from fromPosition to toPosition. If there are other pending operations on this binder this will only be executed when all the operations have been completed (to ensure index consistency).