onNextPressed method
Simple helper for navigating to the next step This combines validation logic with navigation
Implementation
Future<void> onNextPressed() async {
await attemptContinue();
}
Simple helper for navigating to the next step This combines validation logic with navigation
Future<void> onNextPressed() async {
await attemptContinue();
}