onBackPressed method
Simple helper for navigating to the previous step
Implementation
Future<void> onBackPressed() async {
await previousStep();
}
Simple helper for navigating to the previous step
Future<void> onBackPressed() async {
await previousStep();
}