clearRecords method
void
clearRecords()
Implementation
void clearRecords() {
_records.clear();
_saveToStorage();
notifyListeners(); // Notify UI to update
}
void clearRecords() {
_records.clear();
_saveToStorage();
notifyListeners(); // Notify UI to update
}