hasPreviousStep method

bool hasPreviousStep()

Implementation

bool hasPreviousStep() {
  final step = peekHistory();
  return step != null;
}