previousStep method

Future<bool> previousStep()

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

Implementation

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