unmount

open fun unmount(view: RecyclerView)

Call from the owning Component's onUnmount. This is where the adapter is removed from the RecyclerView.

Parameters

view

the RecyclerView being unmounted.