movePage

fun movePage(sourceIndex: Int, destinationIndex: Int): Boolean

Move the page with the given index to the destination index. This is an IO operation and is not recommended to execute in the UI thread.