moveItem

abstract fun moveItem(fromPosition: Int, toPosition: Int, onResult: (RESULT) -> Unit? = null)

Moves an item and reports the terminal result.

아이템을 이동하고 종료 결과를 전달합니다.