goBack abstract method

Future<void> goBack({
  1. Duration duration,
  2. Curve curve,
})

Show the previous step. If current step equals the first step nothing will happen.

Implementation

Future<void> goBack({
  Duration duration,
  Curve curve,
});