resetNavigationHistory method

Future<void> resetNavigationHistory()

Resets navigation history for the current page.

Implementation

Future<void> resetNavigationHistory() async {
  await _client.send('Page.resetNavigationHistory');
}