getSectionListStream method

Stream<List<Section>>? getSectionListStream(
  1. String sectionId
)

Implementation

Stream<List<Section>>? getSectionListStream(String sectionId) =>
    controller.getStreamById(sectionId);