removeLastUri method

void removeLastUri()

Implementation

void removeLastUri() {
  _pages.removeLast();
  _history.removeLast();
  notifyListeners();
}