logout method

dynamic logout()

Implementation

logout() {
  SessionManagement.clear();
  // Get.offAllNamed(Routes.login);
}