previous method

void previous()

Navigates to the previous step in the multi-step form.

Calls the parent controller's previous method to go back to the previous step.

Implementation

void previous() {
  parent.previous();
}