insertModelBefore

open fun insertModelBefore(modelToInsert: EpoxyModel<out Any>, modelToInsertBefore: EpoxyModel<out Any>)

Inserts the given model before the other in the models list, and notifies that theitem was inserted.