clearAllChatSelection method
      
dynamic
clearAllChatSelection()
      
     
    
    
Implementation
clearAllChatSelection() {
  selected(false);
  selectedChats.clear();
  selectedChatsPosition.clear();
  archive(false);
  pin(false);
  unpin(false);
  mute(false);
  unmute(false);
  read(false);
  unread(false);
  delete(false);
  info(false);
  shortcut(false);
  update();
}