clearContent method

bool clearContent()

Implementation

bool clearContent() {
  content!.clear();
  return true;
}