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