clearHistory method
Clears all search history.
Implementation
Future<void> clearHistory() async {
_ensureInitialized();
await _box!.clear();
}
Clears all search history.
Future<void> clearHistory() async {
_ensureInitialized();
await _box!.clear();
}