refresh method
      
void
refresh()
      
     
    
    
Implementation
void refresh() {
  if (isDisposed) return;
  if (msgModelList.isEmpty) {
    lastActionType = MessageLastActionType.bottomPosition;
    onBottom = true;
  }
  notifyListeners();
}