removeLastHistory function

void removeLastHistory(
  1. String? url
)

Implementation

void removeLastHistory(String? url) {
  window.location.replace(null);
}