pop method

void pop()

Implementation

void pop() {
  _navigatorKey.currentState?.pop();
  _stepIncrements.removeLast();
  setState(() {});
}