onNextPressed method

Future<void> onNextPressed()

Simple helper for navigating to the next step This combines validation logic with navigation

Implementation

Future<void> onNextPressed() async {
  await attemptContinue();
}