goToSignup method

void goToSignup()

Implementation

void goToSignup() {
  Get.toNamed(AppRoutes.registration);
}