emptyStack method

void emptyStack()

Implementation

void emptyStack() {
  screenViewHistory = [];
  optionsHistory = [];
  notifyListeners();
}