protected open fun onViewDetachedFromWindow(@NonNull holder: EpoxyViewHolder, @NonNull model: EpoxyModel<*>): Unit
Called when the given viewholder is detechaed from the window, along with the model it is bound to.
See Also
BaseEpoxyAdapter#onViewDetachedFromWindow(EpoxyViewHolder)