removeLastUri method

void removeLastUri()

allow you to remove the last Uri and the corresponding Page

Implementation

void removeLastUri() {
  _internalPages.removeLast();
  _internalUris.removeLast();
  notifyListeners();
}