toggleSelecting method

void toggleSelecting()

Toggles the Chats selection.

Implementation

void toggleSelecting() {
  selecting.toggle();
  router.navigation.value = !selecting.value;
  selectedChats.clear();
}