deleteAllComponents method

dynamic deleteAllComponents()

Implementation

deleteAllComponents() {
  canvasWriter.model.removeAllComponents();
}