logout method
Logs out the current session and go to the Routes.auth page.
Implementation
void logout() {
_authService.logout();
router.auth();
router.tab = HomeTab.chats;
}
Logs out the current session and go to the Routes.auth page.
void logout() {
_authService.logout();
router.auth();
router.tab = HomeTab.chats;
}