nextScreenRouteName property

String nextScreenRouteName

Implementation

String get nextScreenRouteName => switch (state.phoneInputType) {
      PhoneInputType.signUp => AppRoutes.signUpOtpScreen,
      PhoneInputType.resetPassword => AppRoutes.resetPasswordOtpScreen,
    };