clearDetails method
void
clearDetails()
Clear the details list.
Implementation
void clearDetails() {
details.clear();
notifyListeners();
}
Clear the details list.
void clearDetails() {
details.clear();
notifyListeners();
}