navigateToHome method

void navigateToHome()

Implementation

void navigateToHome() {
  Get.offNamed(Routes.home);
}