dispose method

dynamic dispose()

Clear the conversation list from UI

Implementation

dispose() {
  model.clearData();
}