reloadData method

dynamic reloadData({
  1. int count = 100,
})

Reload the conversation list to UI

Implementation

reloadData({int count = 100}) {
  model.refresh(count: count);
}