onBackPressed method

Future<void> onBackPressed()

Simple helper for navigating to the previous step

Implementation

Future<void> onBackPressed() async {
  await previousStep();
}