removeAt

abstract fun removeAt(position: Int, onResult: (RESULT) -> Unit? = null)

Removes the item at position and reports the terminal result.

지정 위치 아이템을 제거하고 종료 결과를 전달합니다.