clearSection method

void clearSection(
  1. String sectionId
)

Clear section] for a given sectionId.

Implementation

void clearSection(String sectionId) => controller.clearById(sectionId);