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