loadData method

dynamic loadData({
  1. int count = 40,
})

Load the conversation list to UI

Implementation

loadData({int count = 40}) {
  model.loadData(count: count);
}