nextStep method

Future<bool> nextStep()

Navigate to the next step - returns true if successful For use when explicitly wanting to navigate, typically from a button press

Implementation

Future<bool> nextStep() async => await _journeyHelper.nextStep();