insertModelAfter

open fun insertModelAfter(modelToInsert: EpoxyModel<out Any>, modelToInsertAfter: EpoxyModel<out Any>)

Inserts the given model after the other in the models list, and notifies that the itemwas inserted.