onMessagesDeleted

open fun onMessagesDeleted(): LiveData<List<BaseMessage>>

Returns LiveData that can be observed if the messages has been deleted in the collection this view model managed.

Return

LiveData holding the list of deleted messages since 3.0.0