insert Model After
open fun insertModelAfter(modelToInsert: EpoxyModel<out Any>, modelToInsertAfter: EpoxyModel<out Any>)
Content copied to clipboard
Inserts the given model after the other in the models list, and notifies that the itemwas inserted.