clearSessionData method

void clearSessionData()

Implementation

void clearSessionData() async {
  sessionController.stopSessionTimer(); // Stop the timer upon logout
  await storageUtils.clearUserData();
  navigation.navigateToLoginScreen();
}