getSections method

List<Section>? getSections(
  1. String groupId
)

Implementation

List<Section>? getSections(String groupId) => controller.getListById(groupId);