closeGroupCreating method
Disables and disposes the group creating.
Implementation
void closeGroupCreating() {
groupCreating.value = false;
closeSearch(true);
router.navigation.value = true;
router.navigator.value = null;
}
Disables and disposes the group creating.
void closeGroupCreating() {
groupCreating.value = false;
closeSearch(true);
router.navigation.value = true;
router.navigator.value = null;
}