pushToLogin static method

void pushToLogin()

Implementation

static void pushToLogin() {
  Get.offAllNamed(AppRoutes.login);
}