clearHistory method
Implementation
Future<void> clearHistory() async {
logDebug("搜索删除全部历史记录: $history");
history.clear();
await removeStorage(historyKey);
}
Future<void> clearHistory() async {
logDebug("搜索删除全部历史记录: $history");
history.clear();
await removeStorage(historyKey);
}