Check if the journey can continue to the next step Override this method to add validation logic
Future<bool> canContinue() async => true;