removeLastUri method

void removeLastUri()

remove the last Uri and the corresponding Page

Implementation

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