insert Model Before
open fun insertModelBefore(modelToInsert: EpoxyModel<out Any>, modelToInsertBefore: EpoxyModel<out Any>)
Content copied to clipboard
Inserts the given model before the other in the models list, and notifies that theitem was inserted.