remove method
Remove this entry from the history of its associated LocalHistoryRoute.
Implementation
void remove() {
  _owner.removeLocalHistoryEntry(this);
  assert(_owner == null);
}
    Remove this entry from the history of its associated LocalHistoryRoute.
void remove() {
  _owner.removeLocalHistoryEntry(this);
  assert(_owner == null);
}