removeLastHistory function

void removeLastHistory(
  1. String? url
)

Implementation

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