clearContent method

void clearContent()

Implementation

void clearContent() {
  current = CustomerPlaceContent.empty();
  currentChildren = [];
}