clearHistory method

  1. @override
Future<void> clearHistory()
override

Implementation

@override
Future<void> clearHistory() async {
  await _channel.invokeMethod<bool>('$_name/clearHistory');
}