clearHistory method

Future<void> clearHistory()

Clears the internal back/forward list.

Supported Platforms/Implementations:

Implementation

Future<void> clearHistory() async {
  Map<String, dynamic> args = <String, dynamic>{};
  return await _channel.invokeMethod('clearHistory', args);
}