resetNavigationHistory method
Resets navigation history for the current page.
Implementation
Future<void> resetNavigationHistory() async {
await _client.send('Page.resetNavigationHistory');
}
Resets navigation history for the current page.
Future<void> resetNavigationHistory() async {
await _client.send('Page.resetNavigationHistory');
}