removeLastHistory function
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);
}
Removes the last history entry from the browser history stack.
url
The URL of the history entry to be removed.
void removeLastHistory(String? url) {
removeLastHistory(url);
}