clearDetails method

void clearDetails()

Clear the details list.

Implementation

void clearDetails() {
  details.clear();
  notifyListeners();
}