toggleSelecting method

void toggleSelecting()

Toggles the ChatContacts selection.

Implementation

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