toggleSelecting method
Toggles the Chats selection.
Implementation
void toggleSelecting() {
selecting.toggle();
router.navigation.value = !selecting.value;
selectedChats.clear();
}
Toggles the Chats selection.
void toggleSelecting() {
selecting.toggle();
router.navigation.value = !selecting.value;
selectedChats.clear();
}