removeLastHistory function

void removeLastHistory(
  1. String? url
)

Removes the last history entry from the browser history stack.

url The URL of the history entry to be removed.

Implementation

void removeLastHistory(String? url) {
  removeLastHistory(url);
}