attemptContinue method

Future<bool> attemptContinue()

Attempt to continue to the next step with validation

Implementation

Future<bool> attemptContinue() async => await nextStep();